Html Css Color HEX #801080 Purple

📋 copy color: '#801080'

red 128 ◦ green 16 ◦ blue 128

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

Shades of Purple #801080

Tints of Purple #801080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 47.06%

R = 47.06%
G = 5.88%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#801080 (or 0x801080) is known color: Purple. HEX triplet: 80, 10 and 80. RGB value is (128,16,128). Sum of RGB (Red+Green+Blue) = 128+16+128=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: red, blue. Hex color #801080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801080 is #7FEF7F. Grayscale: #3D3D3D. Windows color (decimal): -8384384 or 8392832. OLE color: 8392832.

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

Color convert

RGB 128 16 128 -
CMYK 0 0.88 0 0.50
HSL 300º 0.78% 0.28% -
HSV(B) 300º 0.88% 0.5% -
XYZ 12.98 6.52 21 -
YUV 62.26 165.11 174.89 -
System Red Green Blue C M Y K H S L
Decimal 128 16 128 0 0.88 0 0.50 300 0.78 0.28
Hex 80 10 80 0 58 0 32 12C 4E 1C
Octal 200 20 200 0 130 0 62 454 116 34
Binary 10000000 10000 10000000 0 1011000 0 110010 100101100 1001110 11100

Color Harmonies of #801080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801080

Black with #801080

Text Example


Text Example

White with #801080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801080; }

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

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

background-color css

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

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

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

border-color css

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

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

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