#812597

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

Shades of Vivid Violet #812597

Tints of Vivid Violet #812597

Color information

#812597 (or 0x812597) is unknown color: approx Vivid Violet. HEX triplet: 81, 25 and 97. RGB value is (129,37,151). Sum of RGB (Red+Green+Blue) = 129+37+151=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 151 (59.38% from 255 or 47.63% from 317); Max value from RGB is 151 - color contains mainly: blue. Hex color #812597 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812597 is #7EDA68. Grayscale: #4D4D4D. Windows color (decimal): -8313449 or 9905537. OLE color: 9905537.

HSL color Cylindrical-coordinate representation of color #812597: hue angle of 288.42º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812597 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12937151-
CMYK0.150.7500.41
HSL288.42º60.64%36.86%-
HSV(B)288.42º75.5%59.22%-
XYZ15.38.2230.06-
YUV77.5169.48164.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.69%
GREEN value IS 37 (14.84% from 255) = 11.67%
BLUE value IS 151 (59.38% from 255) = 47.63%
R=40.69%
G=11.67%
B=47.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal129371510.150.7500.41288.4260.6436.86
Hex812597F4B0291203d25
Octal20145227171130514407545
Binary1000000110010110010111111110010110101001100100000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812597; }

 p { color: rgb(129,37,151); }

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

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

 a { background-color: rgb(129,37,151); }

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

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

 span { border-color: rgb(129,37,151); }

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