#712489

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

Shades of Vivid Violet #712489

Tints of Vivid Violet #712489

Color information

#712489 (or 0x712489) is unknown color: approx Vivid Violet. HEX triplet: 71, 24 and 89. RGB value is (113,36,137). Sum of RGB (Red+Green+Blue) = 113+36+137=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #712489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712489 is #8EDB76. Grayscale: #464646. Windows color (decimal): -9362295 or 8987761. OLE color: 8987761.

HSL color Cylindrical-coordinate representation of color #712489: hue angle of 285.74º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #712489 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11336137-
CMYK0.180.7400.46
HSL285.74º58.38%33.92%-
HSV(B)285.74º73.72%53.73%-
XYZ11.966.5824.31-
YUV70.54165.51158.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.51%
GREEN value IS 36 (14.45% from 255) = 12.59%
BLUE value IS 137 (53.91% from 255) = 47.90%
R=39.51%
G=12.59%
B=47.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113361370.180.7400.46285.7458.3833.92
Hex712489124A02E11e3a22
Octal16144211221120564367242
Binary1110001100100100010011001010010100101110100011110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712489; }

 p { color: rgb(113,36,137); }

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

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

 a { background-color: rgb(113,36,137); }

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

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

 span { border-color: rgb(113,36,137); }

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