Html Css Color HEX #80206C Dark Purple

📋 copy color: '#80206C'

red 128 ◦ green 32 ◦ blue 108

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

Shades of Dark Purple #80206C

Tints of Dark Purple #80206C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.3%

R = 47.76%
G = 11.94%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80206C (or 0x80206C) is known color: Dark Purple. HEX triplet: 80, 20 and 6C. RGB value is (128,32,108). Sum of RGB (Red+Green+Blue) = 128+32+108=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #80206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80206C is #7FDF93. Grayscale: #454545. Windows color (decimal): -8380308 or 7086208. OLE color: 7086208.

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

Color convert

RGB 128 32 108 -
CMYK 0 0.75 0.16 0.50
HSL 312.5º 0.6% 0.31% -
HSV(B) 312.5º 0.75% 0.5% -
XYZ 12.13 6.7 14.84 -
YUV 69.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 128 32 108 0 0.75 0.16 0.50 312.5 0.6 0.31
Hex 80 20 6C 0 4B 10 32 138 3C 1F
Octal 200 40 154 0 113 20 62 470 74 37
Binary 10000000 100000 1101100 0 1001011 10000 110010 100111000 111100 11111

Color Harmonies of #80206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80206C

Black with #80206C

Text Example


Text Example

White with #80206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80206C; }

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

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

background-color css

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

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

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

border-color css

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

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

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