Html Css Color HEX #811660 Dark Purple

📋 copy color: '#811660'

red 129 ◦ green 22 ◦ blue 96

#811660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #811660

Tints of Dark Purple #811660

RGB

 RED value IS 129 (50.78% from 255) = 52.23%

 GREEN value IS 22 (8.98% from 255) = 8.91%

 BLUE value IS 96 (37.89% from 255) = 38.87%

R = 52.23%
G = 8.91%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#811660 (or 0x811660) is known color: Dark Purple. HEX triplet: 81, 16 and 60. RGB value is (129,22,96). Sum of RGB (Red+Green+Blue) = 129+22+96=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #811660 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811660 is #7EE99F. Grayscale: #3E3E3E. Windows color (decimal): -8317344 or 6297217. OLE color: 6297217.

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

Color convert

RGB 129 22 96 -
CMYK 0 0.83 0.26 0.49
HSL 318.5º 0.71% 0.3% -
HSV(B) 318.5º 0.83% 0.51% -
XYZ 11.45 6.09 11.64 -
YUV 62.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 129 22 96 0 0.83 0.26 0.49 318.5 0.71 0.3
Hex 81 16 60 0 53 1A 31 13F 47 1E
Octal 201 26 140 0 123 32 61 477 107 36
Binary 10000001 10110 1100000 0 1010011 11010 110001 100111111 1000111 11110

Color Harmonies of #811660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811660

Black with #811660

Text Example


Text Example

White with #811660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811660; }

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

 H1.HeaderClassName
 {
   color: #811660;
 }
 .AnyTagClassName
 {
   color: #811660;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #811660;
 }
 .BgClassName
 {
   background-color: #811660;
 }
</style>

border-color css

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

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

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