Html Css Color HEX #80047D Purple

📋 copy color: '#80047D'

red 128 ◦ green 4 ◦ blue 125

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

Shades of Purple #80047D

Tints of Purple #80047D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

 BLUE value IS 125 (49.22% from 255) = 48.64%

R = 49.81%
G = 1.56%
B = 48.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80047D (or 0x80047D) is known color: Purple. HEX triplet: 80, 04 and 7D. RGB value is (128,4,125). Sum of RGB (Red+Green+Blue) = 128+4+125=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #80047D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80047D is #7FFB82. Grayscale: #363636. Windows color (decimal): -8387459 or 8193152. OLE color: 8193152.

HSL color Cylindrical-coordinate representation of color #80047D: hue angle of 301.45º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80047D is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 4 125 -
CMYK 0 0.97 0.02 0.50
HSL 301.45º 0.94% 0.26% -
HSV(B) 301.45º 0.97% 0.5% -
XYZ 12.65 6.16 19.92 -
YUV 54.87 167.58 180.16 -
System Red Green Blue C M Y K H S L
Decimal 128 4 125 0 0.97 0.02 0.50 301.45 0.94 0.26
Hex 80 4 7D 0 61 2 32 12D 5E 1A
Octal 200 4 175 0 141 2 62 455 136 32
Binary 10000000 100 1111101 0 1100001 10 110010 100101101 1011110 11010

Color Harmonies of #80047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80047D

Black with #80047D

Text Example


Text Example

White with #80047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80047D; }

 p { color: rgb(128,4,125); }

 H1.HeaderClassName
 {
   color: #80047D;
 }
 .AnyTagClassName
 {
   color: #80047D;
 }
</style>

background-color css

<style>
 a { background-color: #80047D; }

 a { background-color: rgb(128,4,125); }

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

border-color css

<style>
 span { border-color: #80047D; }

 span { border-color: rgb(128,4,125); }

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