#811F61

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

Shades of Dark Purple #811F61

Tints of Dark Purple #811F61

Color information

#811F61 (or 0x811F61) is unknown color: approx Dark Purple. HEX triplet: 81, 1F and 61. RGB value is (129,31,97). Sum of RGB (Red+Green+Blue) = 129+31+97=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #811F61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811F61 is #7EE09E. Grayscale: #434343. Windows color (decimal): -8315039 or 6365057. OLE color: 6365057.

HSL color Cylindrical-coordinate representation of color #811F61: hue angle of 319.59º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #811F61 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1293197-
CMYK00.760.250.49
HSL319.59º61.25%31.37%-
HSV(B)319.59º75.97%50.59%-
XYZ11.76.5111.95-
YUV67.83144.47171.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.19%
GREEN value IS 31 (12.5% from 255) = 12.06%
BLUE value IS 97 (38.28% from 255) = 37.74%
R=50.19%
G=12.06%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129319700.760.250.49319.5961.2531.37
Hex811F6104C19311403d1f
Octal20137141011431615007537
Binary10000001111111100001010011001100111000110100000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811F61; }

 p { color: rgb(129,31,97); }

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

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

 a { background-color: rgb(129,31,97); }

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

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

 span { border-color: rgb(129,31,97); }

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