#812568

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

Shades of Dark Purple #812568

Tints of Dark Purple #812568

Color information

#812568 (or 0x812568) is unknown color: approx Dark Purple. HEX triplet: 81, 25 and 68. RGB value is (129,37,104). Sum of RGB (Red+Green+Blue) = 129+37+104=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #812568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812568 is #7EDA97. Grayscale: #474747. Windows color (decimal): -8313496 or 6825345. OLE color: 6825345.

HSL color Cylindrical-coordinate representation of color #812568: hue angle of 316.3º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #812568 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB12937104-
CMYK00.710.190.49
HSL316.3º55.42%32.55%-
HSV(B)316.3º71.32%50.59%-
XYZ12.216.9913.8-
YUV72.15145.98168.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.78%
GREEN value IS 37 (14.84% from 255) = 13.70%
BLUE value IS 104 (41.02% from 255) = 38.52%
R=47.78%
G=13.70%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293710400.710.190.49316.355.4232.55
Hex812568047133113c3721
Octal20145150010723614746741
Binary1000000110010111010000100011110011110001100111100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812568; }

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

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

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

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

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

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

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

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