Html Css Color HEX #80207E Dark Purple

📋 copy color: '#80207E'

red 128 ◦ green 32 ◦ blue 126

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

Shades of Dark Purple #80207E

Tints of Dark Purple #80207E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.06%

R = 44.76%
G = 11.19%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80207E (or 0x80207E) is known color: Dark Purple. HEX triplet: 80, 20 and 7E. RGB value is (128,32,126). Sum of RGB (Red+Green+Blue) = 128+32+126=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #80207E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80207E is #7FDF81. Grayscale: #474747. Windows color (decimal): -8380290 or 8265856. OLE color: 8265856.

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

Color convert

RGB 128 32 126 -
CMYK 0 0.75 0.02 0.50
HSL 301.25º 0.6% 0.31% -
HSV(B) 301.25º 0.75% 0.5% -
XYZ 13.18 7.13 20.42 -
YUV 71.42 158.8 168.36 -
System Red Green Blue C M Y K H S L
Decimal 128 32 126 0 0.75 0.02 0.50 301.25 0.6 0.31
Hex 80 20 7E 0 4B 2 32 12D 3C 1F
Octal 200 40 176 0 113 2 62 455 74 37
Binary 10000000 100000 1111110 0 1001011 10 110010 100101101 111100 11111

Color Harmonies of #80207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80207E

Black with #80207E

Text Example


Text Example

White with #80207E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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