Html Css Color HEX #801579 Dark Purple

📋 copy color: '#801579'

red 128 ◦ green 21 ◦ blue 121

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

Shades of Dark Purple #801579

Tints of Dark Purple #801579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 44.81%

R = 47.41%
G = 7.78%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#801579 (or 0x801579) is known color: Dark Purple. HEX triplet: 80, 15 and 79. RGB value is (128,21,121). Sum of RGB (Red+Green+Blue) = 128+21+121=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #801579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801579 is #7FEA86. Grayscale: #404040. Windows color (decimal): -8383111 or 7935360. OLE color: 7935360.

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

Color convert

RGB 128 21 121 -
CMYK 0 0.84 0.05 0.50
HSL 303.93º 0.72% 0.29% -
HSV(B) 303.93º 0.84% 0.5% -
XYZ 12.62 6.51 18.68 -
YUV 64.39 159.95 173.37 -
System Red Green Blue C M Y K H S L
Decimal 128 21 121 0 0.84 0.05 0.50 303.93 0.72 0.29
Hex 80 15 79 0 54 5 32 130 48 1D
Octal 200 25 171 0 124 5 62 460 110 35
Binary 10000000 10101 1111001 0 1010100 101 110010 100110000 1001000 11101

Color Harmonies of #801579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801579

Black with #801579

Text Example


Text Example

White with #801579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801579; }

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

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

background-color css

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

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

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

border-color css

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

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

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