Html Css Color HEX #811575 Dark Purple

📋 copy color: '#811575'

red 129 ◦ green 21 ◦ blue 117

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

Shades of Dark Purple #811575

Tints of Dark Purple #811575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.82%

R = 48.31%
G = 7.87%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#811575 (or 0x811575) is known color: Dark Purple. HEX triplet: 81, 15 and 75. RGB value is (129,21,117). Sum of RGB (Red+Green+Blue) = 129+21+117=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #811575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811575 is #7EEA8A. Grayscale: #3F3F3F. Windows color (decimal): -8317579 or 7673217. OLE color: 7673217.

HSL color Cylindrical-coordinate representation of color #811575: hue angle of 306.67º 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 #811575 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 21 117 -
CMYK 0 0.84 0.09 0.49
HSL 306.67º 0.72% 0.29% -
HSV(B) 306.67º 0.84% 0.51% -
XYZ 12.53 6.49 17.42 -
YUV 64.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 129 21 117 0 0.84 0.09 0.49 306.67 0.72 0.29
Hex 81 15 75 0 54 9 31 133 48 1D
Octal 201 25 165 0 124 11 61 463 110 35
Binary 10000001 10101 1110101 0 1010100 1001 110001 100110011 1001000 11101

Color Harmonies of #811575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811575

Black with #811575

Text Example


Text Example

White with #811575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811575; }

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

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

background-color css

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

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

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

border-color css

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

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

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