Html Css Color HEX #801576 Dark Purple

📋 copy color: '#801576'

red 128 ◦ green 21 ◦ blue 118

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

Shades of Dark Purple #801576

Tints of Dark Purple #801576

RGB

 RED value IS 128 (50.39% from 255) = 47.94%

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

 BLUE value IS 118 (46.48% from 255) = 44.19%

R = 47.94%
G = 7.87%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#801576 (or 0x801576) is known color: Dark Purple. HEX triplet: 80, 15 and 76. RGB value is (128,21,118). Sum of RGB (Red+Green+Blue) = 128+21+118=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #801576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801576 is #7FEA89. Grayscale: #3F3F3F. Windows color (decimal): -8383114 or 7738752. OLE color: 7738752.

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

Color convert

RGB 128 21 118 -
CMYK 0 0.84 0.08 0.50
HSL 305.61º 0.72% 0.29% -
HSV(B) 305.61º 0.84% 0.5% -
XYZ 12.44 6.43 17.73 -
YUV 64.05 158.45 173.61 -
System Red Green Blue C M Y K H S L
Decimal 128 21 118 0 0.84 0.08 0.50 305.61 0.72 0.29
Hex 80 15 76 0 54 8 32 132 48 1D
Octal 200 25 166 0 124 10 62 462 110 35
Binary 10000000 10101 1110110 0 1010100 1000 110010 100110010 1001000 11101

Color Harmonies of #801576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801576

Black with #801576

Text Example


Text Example

White with #801576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801576; }

 p { color: rgb(128,21,118); }

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

background-color css

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

 a { background-color: rgb(128,21,118); }

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

border-color css

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

 span { border-color: rgb(128,21,118); }

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