Html Css Color HEX #80206A Dark Purple

📋 copy color: '#80206A'

red 128 ◦ green 32 ◦ blue 106

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

Shades of Dark Purple #80206A

Tints of Dark Purple #80206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.85%

R = 48.12%
G = 12.03%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#80206A (or 0x80206A) is known color: Dark Purple. HEX triplet: 80, 20 and 6A. RGB value is (128,32,106). Sum of RGB (Red+Green+Blue) = 128+32+106=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #80206A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80206A is #7FDF95. Grayscale: #444444. Windows color (decimal): -8380310 or 6955136. OLE color: 6955136.

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

Color convert

RGB 128 32 106 -
CMYK 0 0.75 0.17 0.50
HSL 313.75º 0.6% 0.31% -
HSV(B) 313.75º 0.75% 0.5% -
XYZ 12.02 6.66 14.29 -
YUV 69.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 128 32 106 0 0.75 0.17 0.50 313.75 0.6 0.31
Hex 80 20 6A 0 4B 11 32 13A 3C 1F
Octal 200 40 152 0 113 21 62 472 74 37
Binary 10000000 100000 1101010 0 1001011 10001 110010 100111010 111100 11111

Color Harmonies of #80206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80206A

Black with #80206A

Text Example


Text Example

White with #80206A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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