#811B7D

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

Shades of Dark Purple #811B7D

Tints of Dark Purple #811B7D

Color information

#811B7D (or 0x811B7D) is unknown color: approx Dark Purple. HEX triplet: 81, 1B and 7D. RGB value is (129,27,125). Sum of RGB (Red+Green+Blue) = 129+27+125=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #811B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811B7D is #7EE482. Grayscale: #444444. Windows color (decimal): -8316035 or 8199041. OLE color: 8199041.

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

Color convert

RGB12927125-
CMYK00.790.030.49
HSL302.35º65.38%30.59%-
HSV(B)302.35º79.07%50.59%-
XYZ13.156.9320.05-
YUV68.67159.79171.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.91%
GREEN value IS 27 (10.94% from 255) = 9.61%
BLUE value IS 125 (49.22% from 255) = 44.48%
R=45.91%
G=9.61%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1292712500.790.030.49302.3565.3830.59
Hex811B7D04F33112e411f
Octal20133175011736145610137
Binary100000011101111111010100111111110001100101110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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