Html Css Color HEX #801D78 Dark Purple

📋 copy color: '#801D78'

red 128 ◦ green 29 ◦ blue 120

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

Shades of Dark Purple #801D78

Tints of Dark Purple #801D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.32%

R = 46.21%
G = 10.47%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#801D78 (or 0x801D78) is known color: Dark Purple. HEX triplet: 80, 1D and 78. RGB value is (128,29,120). Sum of RGB (Red+Green+Blue) = 128+29+120=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #801D78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801D78 is #7FE287. Grayscale: #444444. Windows color (decimal): -8381064 or 7871872. OLE color: 7871872.

HSL color Cylindrical-coordinate representation of color #801D78: hue angle of 304.85º 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 #801D78 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 29 120 -
CMYK 0 0.77 0.06 0.50
HSL 304.85º 0.63% 0.31% -
HSV(B) 304.85º 0.77% 0.5% -
XYZ 12.73 6.82 18.42 -
YUV 68.98 156.8 170.1 -
System Red Green Blue C M Y K H S L
Decimal 128 29 120 0 0.77 0.06 0.50 304.85 0.63 0.31
Hex 80 1D 78 0 4D 6 32 131 3F 1F
Octal 200 35 170 0 115 6 62 461 77 37
Binary 10000000 11101 1111000 0 1001101 110 110010 100110001 111111 11111

Color Harmonies of #801D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801D78

Black with #801D78

Text Example


Text Example

White with #801D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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