Html Css Color HEX #802060 Dark Purple

📋 copy color: '#802060'

red 128 ◦ green 32 ◦ blue 96

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

Shades of Dark Purple #802060

Tints of Dark Purple #802060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.5%

 BLUE value IS 96 (37.89% from 255) = 37.5%

R = 50%
G = 12.5%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#802060 (or 0x802060) is known color: Dark Purple. HEX triplet: 80, 20 and 60. RGB value is (128,32,96). Sum of RGB (Red+Green+Blue) = 128+32+96=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #802060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802060 is #7FDF9F. Grayscale: #434343. Windows color (decimal): -8380320 or 6299776. OLE color: 6299776.

HSL color Cylindrical-coordinate representation of color #802060: hue angle of 320º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802060 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 32 96 -
CMYK 0 0.75 0.25 0.50
HSL 320º 0.6% 0.31% -
HSV(B) 320º 0.75% 0.5% -
XYZ 11.53 6.47 11.71 -
YUV 68 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 128 32 96 0 0.75 0.25 0.50 320 0.6 0.31
Hex 80 20 60 0 4B 19 32 140 3C 1F
Octal 200 40 140 0 113 31 62 500 74 37
Binary 10000000 100000 1100000 0 1001011 11001 110010 101000000 111100 11111

Color Harmonies of #802060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802060

Black with #802060

Text Example


Text Example

White with #802060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802060; }

 p { color: rgb(128,32,96); }

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

background-color css

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

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

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

border-color css

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

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

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