Html Css Color HEX #80207C Dark Purple

📋 copy color: '#80207C'

red 128 ◦ green 32 ◦ blue 124

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

Shades of Dark Purple #80207C

Tints of Dark Purple #80207C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.66%

R = 45.07%
G = 11.27%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#80207C (or 0x80207C) is known color: Dark Purple. HEX triplet: 80, 20 and 7C. RGB value is (128,32,124). Sum of RGB (Red+Green+Blue) = 128+32+124=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #80207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80207C is #7FDF83. Grayscale: #464646. Windows color (decimal): -8380292 or 8134784. OLE color: 8134784.

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

Color convert

RGB 128 32 124 -
CMYK 0 0.75 0.03 0.50
HSL 302.5º 0.6% 0.31% -
HSV(B) 302.5º 0.75% 0.5% -
XYZ 13.06 7.08 19.75 -
YUV 71.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 128 32 124 0 0.75 0.03 0.50 302.5 0.6 0.31
Hex 80 20 7C 0 4B 3 32 12E 3C 1F
Octal 200 40 174 0 113 3 62 456 74 37
Binary 10000000 100000 1111100 0 1001011 11 110010 100101110 111100 11111

Color Harmonies of #80207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80207C

Black with #80207C

Text Example


Text Example

White with #80207C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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