Html Css Color HEX #801478 Dark Purple

📋 copy color: '#801478'

red 128 ◦ green 20 ◦ blue 120

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

Shades of Dark Purple #801478

Tints of Dark Purple #801478

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.46%

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

R = 47.76%
G = 7.46%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#801478 (or 0x801478) is known color: Dark Purple. HEX triplet: 80, 14 and 78. RGB value is (128,20,120). Sum of RGB (Red+Green+Blue) = 128+20+120=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #801478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801478 is #7FEB87. Grayscale: #3F3F3F. Windows color (decimal): -8383368 or 7869568. OLE color: 7869568.

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

Color convert

RGB 128 20 120 -
CMYK 0 0.84 0.06 0.50
HSL 304.44º 0.73% 0.29% -
HSV(B) 304.44º 0.84% 0.5% -
XYZ 12.54 6.45 18.35 -
YUV 63.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 128 20 120 0 0.84 0.06 0.50 304.44 0.73 0.29
Hex 80 14 78 0 54 6 32 130 49 1D
Octal 200 24 170 0 124 6 62 460 111 35
Binary 10000000 10100 1111000 0 1010100 110 110010 100110000 1001001 11101

Color Harmonies of #801478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801478

Black with #801478

Text Example


Text Example

White with #801478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801478; }

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

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

background-color css

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

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

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

border-color css

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

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

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