Html Css Color HEX #801580 Dark Purple

📋 copy color: '#801580'

red 128 ◦ green 21 ◦ blue 128

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

Shades of Dark Purple #801580

Tints of Dark Purple #801580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.58%

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

R = 46.21%
G = 7.58%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#801580 (or 0x801580) is known color: Dark Purple. HEX triplet: 80, 15 and 80. RGB value is (128,21,128). Sum of RGB (Red+Green+Blue) = 128+21+128=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: red, blue. Hex color #801580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801580 is #7FEA7F. Grayscale: #404040. Windows color (decimal): -8383104 or 8394112. OLE color: 8394112.

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

Color convert

RGB 128 21 128 -
CMYK 0 0.84 0 0.50
HSL 300º 0.72% 0.29% -
HSV(B) 300º 0.84% 0.5% -
XYZ 13.07 6.68 21.02 -
YUV 65.19 163.45 172.8 -
System Red Green Blue C M Y K H S L
Decimal 128 21 128 0 0.84 0 0.50 300 0.72 0.29
Hex 80 15 80 0 54 0 32 12C 48 1D
Octal 200 25 200 0 124 0 62 454 110 35
Binary 10000000 10101 10000000 0 1010100 0 110010 100101100 1001000 11101

Color Harmonies of #801580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801580

Black with #801580

Text Example


Text Example

White with #801580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801580; }

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

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

background-color css

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

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

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

border-color css

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

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

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