#811B70

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

Shades of Dark Purple #811B70

Tints of Dark Purple #811B70

Color information

#811B70 (or 0x811B70) is unknown color: approx Dark Purple. HEX triplet: 81, 1B and 70. RGB value is (129,27,112). Sum of RGB (Red+Green+Blue) = 129+27+112=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #811B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811B70 is #7EE48F. Grayscale: #424242. Windows color (decimal): -8316048 or 7347073. OLE color: 7347073.

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

Color convert

RGB12927112-
CMYK00.790.130.49
HSL310º65.38%30.59%-
HSV(B)310º79.07%50.59%-
XYZ12.376.6215.96-
YUV67.19153.29172.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.13%
GREEN value IS 27 (10.94% from 255) = 10.07%
BLUE value IS 112 (44.14% from 255) = 41.79%
R=48.13%
G=10.07%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1292711200.790.130.4931065.3830.59
Hex811B7004FD31136411f
Octal201331600117156146610137
Binary10000001110111110000010011111101110001100110110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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