Html Css Color HEX #811560 Dark Purple

📋 copy color: '#811560'

red 129 ◦ green 21 ◦ blue 96

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

Shades of Dark Purple #811560

Tints of Dark Purple #811560

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.54%

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

R = 52.44%
G = 8.54%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#811560 (or 0x811560) is known color: Dark Purple. HEX triplet: 81, 15 and 60. RGB value is (129,21,96). Sum of RGB (Red+Green+Blue) = 129+21+96=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #811560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811560 is #7EEA9F. Grayscale: #3D3D3D. Windows color (decimal): -8317600 or 6296961. OLE color: 6296961.

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

Color convert

RGB 129 21 96 -
CMYK 0 0.84 0.26 0.49
HSL 318.33º 0.72% 0.29% -
HSV(B) 318.33º 0.84% 0.51% -
XYZ 11.43 6.05 11.63 -
YUV 61.84 147.28 175.9 -
System Red Green Blue C M Y K H S L
Decimal 129 21 96 0 0.84 0.26 0.49 318.33 0.72 0.29
Hex 81 15 60 0 54 1A 31 13E 48 1D
Octal 201 25 140 0 124 32 61 476 110 35
Binary 10000001 10101 1100000 0 1010100 11010 110001 100111110 1001000 11101

Color Harmonies of #811560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811560

Black with #811560

Text Example


Text Example

White with #811560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811560; }

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

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

background-color css

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

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

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

border-color css

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

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

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