#810F64

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

Shades of Dark Purple #810F64

Tints of Dark Purple #810F64

Color information

#810F64 (or 0x810F64) is unknown color: approx Dark Purple. HEX triplet: 81, 0F and 64. RGB value is (129,15,100). Sum of RGB (Red+Green+Blue) = 129+15+100=244 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.87% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 129 - color contains mainly: red. Hex color #810F64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810F64 is #7EF09B. Grayscale: #3A3A3A. Windows color (decimal): -8319132 or 6557569. OLE color: 6557569.

HSL color Cylindrical-coordinate representation of color #810F64: hue angle of 315.26º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #810F64 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB12915100-
CMYK00.880.220.49
HSL315.26º79.17%28.24%-
HSV(B)315.26º88.37%50.59%-
XYZ11.525.9312.59-
YUV58.78151.27178.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.87%
GREEN value IS 15 (6.25% from 255) = 6.15%
BLUE value IS 100 (39.45% from 255) = 40.98%
R=52.87%
G=6.15%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291510000.880.220.49315.2679.1728.24
Hex81F64058163113b4f1c
Octal201171440130266147311734
Binary10000001111111001000101100010110110001100111011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810F64; }

 p { color: rgb(129,15,100); }

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

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

 a { background-color: rgb(129,15,100); }

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

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

 span { border-color: rgb(129,15,100); }

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