#811A60

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

Shades of Dark Purple #811A60

Tints of Dark Purple #811A60

Color information

#811A60 (or 0x811A60) is unknown color: approx Dark Purple. HEX triplet: 81, 1A and 60. RGB value is (129,26,96). Sum of RGB (Red+Green+Blue) = 129+26+96=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #811A60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811A60 is #7EE59F. Grayscale: #404040. Windows color (decimal): -8316320 or 6298241. OLE color: 6298241.

HSL color Cylindrical-coordinate representation of color #811A60: hue angle of 319.22º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811A60 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1292696-
CMYK00.800.260.49
HSL319.22º66.45%30.39%-
HSV(B)319.22º79.84%50.59%-
XYZ11.536.2511.66-
YUV64.78145.62173.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.39%
GREEN value IS 26 (10.55% from 255) = 10.36%
BLUE value IS 96 (37.89% from 255) = 38.25%
R=51.39%
G=10.36%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129269600.800.260.49319.2266.4530.39
Hex811A600501A3113f421e
Octal201321400120326147710236
Binary100000011101011000000101000011010110001100111111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,26,96); }

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

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

 a { background-color: rgb(129,26,96); }

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

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

 span { border-color: rgb(129,26,96); }

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