#810B74

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

Shades of Purple #810B74

Tints of Purple #810B74

Color information

#810B74 (or 0x810B74) is unknown color: approx Purple. HEX triplet: 81, 0B and 74. RGB value is (129,11,116). Sum of RGB (Red+Green+Blue) = 129+11+116=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #810B74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810B74 is #7EF48B. Grayscale: #393939. Windows color (decimal): -8320140 or 7605121. OLE color: 7605121.

HSL color Cylindrical-coordinate representation of color #810B74: hue angle of 306.61º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810B74 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB12911116-
CMYK00.910.100.49
HSL306.61º84.29%27.45%-
HSV(B)306.61º91.47%50.59%-
XYZ12.336.1717.06-
YUV58.25160.59178.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.39%
GREEN value IS 11 (4.69% from 255) = 4.30%
BLUE value IS 116 (45.70% from 255) = 45.31%
R=50.39%
G=4.30%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291111600.910.100.49306.6184.2927.45
Hex81B7405BA31133541b
Octal201131640133126146312433
Binary1000000110111110100010110111010110001100110011101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,11,116); }

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

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

 a { background-color: rgb(129,11,116); }

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

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

 span { border-color: rgb(129,11,116); }

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