#712587

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

Shades of Vivid Violet #712587

Tints of Vivid Violet #712587

Color information

#712587 (or 0x712587) is unknown color: approx Vivid Violet. HEX triplet: 71, 25 and 87. RGB value is (113,37,135). Sum of RGB (Red+Green+Blue) = 113+37+135=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #712587 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712587 is #8EDA78. Grayscale: #464646. Windows color (decimal): -9362041 or 8856945. OLE color: 8856945.

HSL color Cylindrical-coordinate representation of color #712587: hue angle of 286.53º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #712587 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11337135-
CMYK0.160.7300.47
HSL286.53º56.98%33.73%-
HSV(B)286.53º72.59%52.94%-
XYZ11.846.5823.57-
YUV70.9164.18158.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.65%
GREEN value IS 37 (14.84% from 255) = 12.98%
BLUE value IS 135 (53.12% from 255) = 47.37%
R=39.65%
G=12.98%
B=47.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113371350.160.7300.47286.5356.9833.73
Hex712587104902F11f3922
Octal16145207201110574377142
Binary1110001100101100001111000010010010101111100011111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712587; }

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

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

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

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

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

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

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

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