#712988

Color #712988 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #712988

Tints of Vivid Violet #712988

Color information

#712988 (or 0x712988) is unknown color: approx Vivid Violet. HEX triplet: 71, 29 and 88. RGB value is (113,41,136). Sum of RGB (Red+Green+Blue) = 113+41+136=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #712988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712988 is #8ED677. Grayscale: #494949. Windows color (decimal): -9361016 or 8923505. OLE color: 8923505.

HSL color Cylindrical-coordinate representation of color #712988: hue angle of 285.47º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #712988 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11341136-
CMYK0.170.7000.47
HSL285.47º53.67%34.71%-
HSV(B)285.47º69.85%53.33%-
XYZ12.056.8723.98-
YUV73.36163.35156.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 38.97%
GREEN value IS 41 (16.41% from 255) = 14.14%
BLUE value IS 136 (53.52% from 255) = 46.90%
R=38.97%
G=14.14%
B=46.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113411360.170.7000.47285.4753.6734.71
Hex712988114602F11d3623
Octal16151210211060574356643
Binary1110001101001100010001000110001100101111100011101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712988; }

 p { color: rgb(113,41,136); }

 H1.HeaderClassName
 {
   color: #712988;
 }
 .AnyTagClassName
 {
   color: #712988;
 }
</style>
background-color css

<style>
 a { background-color: #712988; }

 a { background-color: rgb(113,41,136); }

 div.DivClassName
 {
   background-color: #712988;
 }
 .BgClassName
 {
   background-color: #712988;
 }
</style>
border-color css

<style>
 span { border-color: #712988; }

 span { border-color: rgb(113,41,136); }

 td.TdClassName
 {
   border-color: #712988;
 }
 .TagClassName
 {
   border-color: #712988;
 }
</style>