Html Css Color HEX #80206D Dark Purple

📋 copy color: '#80206D'

red 128 ◦ green 32 ◦ blue 109

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

Shades of Dark Purple #80206D

Tints of Dark Purple #80206D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.52%

R = 47.58%
G = 11.9%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#80206D (or 0x80206D) is known color: Dark Purple. HEX triplet: 80, 20 and 6D. RGB value is (128,32,109). Sum of RGB (Red+Green+Blue) = 128+32+109=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #80206D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80206D is #7FDF92. Grayscale: #454545. Windows color (decimal): -8380307 or 7151744. OLE color: 7151744.

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

Color convert

RGB 128 32 109 -
CMYK 0 0.75 0.15 0.50
HSL 311.88º 0.6% 0.31% -
HSV(B) 311.88º 0.75% 0.5% -
XYZ 12.18 6.73 15.12 -
YUV 69.48 150.3 169.74 -
System Red Green Blue C M Y K H S L
Decimal 128 32 109 0 0.75 0.15 0.50 311.88 0.6 0.31
Hex 80 20 6D 0 4B F 32 138 3C 1F
Octal 200 40 155 0 113 17 62 470 74 37
Binary 10000000 100000 1101101 0 1001011 1111 110010 100111000 111100 11111

Color Harmonies of #80206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80206D

Black with #80206D

Text Example


Text Example

White with #80206D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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