#811F70

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

Shades of Dark Purple #811F70

Tints of Dark Purple #811F70

Color information

#811F70 (or 0x811F70) is unknown color: approx Dark Purple. HEX triplet: 81, 1F and 70. RGB value is (129,31,112). Sum of RGB (Red+Green+Blue) = 129+31+112=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #811F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811F70 is #7EE08F. Grayscale: #454545. Windows color (decimal): -8315024 or 7348097. OLE color: 7348097.

HSL color Cylindrical-coordinate representation of color #811F70: hue angle of 310.41º 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 #811F70 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB12931112-
CMYK00.760.130.49
HSL310.41º61.25%31.37%-
HSV(B)310.41º75.97%50.59%-
XYZ12.476.8215.99-
YUV69.54151.97170.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.43%
GREEN value IS 31 (12.5% from 255) = 11.40%
BLUE value IS 112 (44.14% from 255) = 41.18%
R=47.43%
G=11.40%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293111200.760.130.49310.4161.2531.37
Hex811F7004CD311363d1f
Octal20137160011415614667537
Binary1000000111111111000001001100110111000110011011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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