#811B6F

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

Shades of Dark Purple #811B6F

Tints of Dark Purple #811B6F

Color information

#811B6F (or 0x811B6F) is unknown color: approx Dark Purple. HEX triplet: 81, 1B and 6F. RGB value is (129,27,111). Sum of RGB (Red+Green+Blue) = 129+27+111=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #811B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811B6F is #7EE490. Grayscale: #424242. Windows color (decimal): -8316049 or 7281537. OLE color: 7281537.

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

Color convert

RGB12927111-
CMYK00.790.140.49
HSL310.59º65.38%30.59%-
HSV(B)310.59º79.07%50.59%-
XYZ12.316.615.66-
YUV67.07152.79172.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.31%
GREEN value IS 27 (10.94% from 255) = 10.11%
BLUE value IS 111 (43.75% from 255) = 41.57%
R=48.31%
G=10.11%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1292711100.790.140.49310.5965.3830.59
Hex811B6F04FE31137411f
Octal201331570117166146710137
Binary10000001110111101111010011111110110001100110111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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