#712E87

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

Shades of Vivid Violet #712E87

Tints of Vivid Violet #712E87

Color information

#712E87 (or 0x712E87) is unknown color: approx Vivid Violet. HEX triplet: 71, 2E and 87. RGB value is (113,46,135). Sum of RGB (Red+Green+Blue) = 113+46+135=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #712E87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712E87 is #8ED178. Grayscale: #4B4B4B. Windows color (decimal): -9359737 or 8859249. OLE color: 8859249.

HSL color Cylindrical-coordinate representation of color #712E87: hue angle of 285.17º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #712E87 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11346135-
CMYK0.160.6600.47
HSL285.17º49.17%35.49%-
HSV(B)285.17º65.93%52.94%-
XYZ12.167.2123.67-
YUV76.18161.2154.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.44%
GREEN value IS 46 (18.36% from 255) = 15.65%
BLUE value IS 135 (53.12% from 255) = 45.92%
R=38.44%
G=15.65%
B=45.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113461350.160.6600.47285.1749.1735.49
Hex712E87104202F11d3123
Octal16156207201020574356143
Binary1110001101110100001111000010000100101111100011101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712E87; }

 p { color: rgb(113,46,135); }

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

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

 a { background-color: rgb(113,46,135); }

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

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

 span { border-color: rgb(113,46,135); }

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