Html Css Color HEX #801073 Dark Purple

📋 copy color: '#801073'

red 128 ◦ green 16 ◦ blue 115

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

Shades of Dark Purple #801073

Tints of Dark Purple #801073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.18%

 BLUE value IS 115 (45.31% from 255) = 44.4%

R = 49.42%
G = 6.18%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#801073 (or 0x801073) is known color: Dark Purple. HEX triplet: 80, 10 and 73. RGB value is (128,16,115). Sum of RGB (Red+Green+Blue) = 128+16+115=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #801073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801073 is #7FEF8C. Grayscale: #3C3C3C. Windows color (decimal): -8384397 or 7540864. OLE color: 7540864.

HSL color Cylindrical-coordinate representation of color #801073: hue angle of 306.96º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801073 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 16 115 -
CMYK 0 0.88 0.10 0.50
HSL 306.96º 0.78% 0.28% -
HSV(B) 306.96º 0.88% 0.5% -
XYZ 12.18 6.2 16.77 -
YUV 60.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 128 16 115 0 0.88 0.10 0.50 306.96 0.78 0.28
Hex 80 10 73 0 58 A 32 133 4E 1C
Octal 200 20 163 0 130 12 62 463 116 34
Binary 10000000 10000 1110011 0 1011000 1010 110010 100110011 1001110 11100

Color Harmonies of #801073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801073

Black with #801073

Text Example


Text Example

White with #801073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801073; }

 p { color: rgb(128,16,115); }

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

background-color css

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

 a { background-color: rgb(128,16,115); }

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

border-color css

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

 span { border-color: rgb(128,16,115); }

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