Html Css Color HEX #801D79 Dark Purple

📋 copy color: '#801D79'

red 128 ◦ green 29 ◦ blue 121

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

Shades of Dark Purple #801D79

Tints of Dark Purple #801D79

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.43%

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

R = 46.04%
G = 10.43%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#801D79 (or 0x801D79) is known color: Dark Purple. HEX triplet: 80, 1D and 79. RGB value is (128,29,121). Sum of RGB (Red+Green+Blue) = 128+29+121=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #801D79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801D79 is #7FE286. Grayscale: #444444. Windows color (decimal): -8381063 or 7937408. OLE color: 7937408.

HSL color Cylindrical-coordinate representation of color #801D79: hue angle of 304.24º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #801D79 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 29 121 -
CMYK 0 0.77 0.05 0.50
HSL 304.24º 0.63% 0.31% -
HSV(B) 304.24º 0.77% 0.5% -
XYZ 12.79 6.85 18.74 -
YUV 69.09 157.3 170.02 -
System Red Green Blue C M Y K H S L
Decimal 128 29 121 0 0.77 0.05 0.50 304.24 0.63 0.31
Hex 80 1D 79 0 4D 5 32 130 3F 1F
Octal 200 35 171 0 115 5 62 460 77 37
Binary 10000000 11101 1111001 0 1001101 101 110010 100110000 111111 11111

Color Harmonies of #801D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801D79

Black with #801D79

Text Example


Text Example

White with #801D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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