#812F78

Color #812F78 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #812F78

Tints of Dark Purple #812F78

Color information

#812F78 (or 0x812F78) is unknown color: approx Dark Purple. HEX triplet: 81, 2F and 78. RGB value is (129,47,120). Sum of RGB (Red+Green+Blue) = 129+47+120=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #812F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812F78 is #7ED087. Grayscale: #4F4F4F. Windows color (decimal): -8310920 or 7876481. OLE color: 7876481.

HSL color Cylindrical-coordinate representation of color #812F78: hue angle of 306.59º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #812F78 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB12947120-
CMYK00.640.070.49
HSL306.59º46.59%34.51%-
HSV(B)306.59º63.57%50.59%-
XYZ13.468.0618.61-
YUV79.84150.67163.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.58%
GREEN value IS 47 (18.75% from 255) = 15.88%
BLUE value IS 120 (47.27% from 255) = 40.54%
R=43.58%
G=15.88%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294712000.640.070.49306.5946.5934.51
Hex812F780407311332f23
Octal2015717001007614635743
Binary10000001101111111100001000000111110001100110011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812F78; }

 p { color: rgb(129,47,120); }

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

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

 a { background-color: rgb(129,47,120); }

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

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

 span { border-color: rgb(129,47,120); }

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