Html Css Color HEX #80207F Dark Purple

📋 copy color: '#80207F'

red 128 ◦ green 32 ◦ blue 127

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

Shades of Dark Purple #80207F

Tints of Dark Purple #80207F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.25%

R = 44.6%
G = 11.15%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#80207F (or 0x80207F) is known color: Dark Purple. HEX triplet: 80, 20 and 7F. RGB value is (128,32,127). Sum of RGB (Red+Green+Blue) = 128+32+127=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #80207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80207F is #7FDF80. Grayscale: #474747. Windows color (decimal): -8380289 or 8331392. OLE color: 8331392.

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

Color convert

RGB 128 32 127 -
CMYK 0 0.75 0.01 0.50
HSL 300.63º 0.6% 0.31% -
HSV(B) 300.63º 0.75% 0.5% -
XYZ 13.25 7.15 20.76 -
YUV 71.53 159.3 168.28 -
System Red Green Blue C M Y K H S L
Decimal 128 32 127 0 0.75 0.01 0.50 300.63 0.6 0.31
Hex 80 20 7F 0 4B 1 32 12D 3C 1F
Octal 200 40 177 0 113 1 62 455 74 37
Binary 10000000 100000 1111111 0 1001011 1 110010 100101101 111100 11111

Color Harmonies of #80207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80207F

Black with #80207F

Text Example


Text Example

White with #80207F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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