Html Css Color HEX #80206B Dark Purple

📋 copy color: '#80206B'

red 128 ◦ green 32 ◦ blue 107

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

Shades of Dark Purple #80206B

Tints of Dark Purple #80206B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.07%

R = 47.94%
G = 11.99%
B = 40.07%

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

#80206B (or 0x80206B) is known color: Dark Purple. HEX triplet: 80, 20 and 6B. RGB value is (128,32,107). Sum of RGB (Red+Green+Blue) = 128+32+107=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #80206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80206B is #7FDF94. Grayscale: #454545. Windows color (decimal): -8380309 or 7020672. OLE color: 7020672.

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

Color convert

RGB 128 32 107 -
CMYK 0 0.75 0.16 0.50
HSL 313.13º 0.6% 0.31% -
HSV(B) 313.13º 0.75% 0.5% -
XYZ 12.07 6.68 14.56 -
YUV 69.25 149.3 169.9 -
System Red Green Blue C M Y K H S L
Decimal 128 32 107 0 0.75 0.16 0.50 313.13 0.6 0.31
Hex 80 20 6B 0 4B 10 32 139 3C 1F
Octal 200 40 153 0 113 20 62 471 74 37
Binary 10000000 100000 1101011 0 1001011 10000 110010 100111001 111100 11111

Color Harmonies of #80206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80206B

Black with #80206B

Text Example


Text Example

White with #80206B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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