Html Css Color HEX #801577 Dark Purple

📋 copy color: '#801577'

red 128 ◦ green 21 ◦ blue 119

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

Shades of Dark Purple #801577

Tints of Dark Purple #801577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.4%

R = 47.76%
G = 7.84%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#801577 (or 0x801577) is known color: Dark Purple. HEX triplet: 80, 15 and 77. RGB value is (128,21,119). Sum of RGB (Red+Green+Blue) = 128+21+119=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #801577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801577 is #7FEA88. Grayscale: #3F3F3F. Windows color (decimal): -8383113 or 7804288. OLE color: 7804288.

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

Color convert

RGB 128 21 119 -
CMYK 0 0.84 0.07 0.50
HSL 305.05º 0.72% 0.29% -
HSV(B) 305.05º 0.84% 0.5% -
XYZ 12.5 6.46 18.04 -
YUV 64.17 158.95 173.53 -
System Red Green Blue C M Y K H S L
Decimal 128 21 119 0 0.84 0.07 0.50 305.05 0.72 0.29
Hex 80 15 77 0 54 7 32 131 48 1D
Octal 200 25 167 0 124 7 62 461 110 35
Binary 10000000 10101 1110111 0 1010100 111 110010 100110001 1001000 11101

Color Harmonies of #801577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801577

Black with #801577

Text Example


Text Example

White with #801577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801577; }

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

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

background-color css

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

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

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

border-color css

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

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

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