Html Css Color HEX #80047C Purple

📋 copy color: '#80047C'

red 128 ◦ green 4 ◦ blue 124

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

Shades of Purple #80047C

Tints of Purple #80047C

RGB

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

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

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

R = 50%
G = 1.56%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#80047C (or 0x80047C) is known color: Purple. HEX triplet: 80, 04 and 7C. RGB value is (128,4,124). Sum of RGB (Red+Green+Blue) = 128+4+124=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #80047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80047C is #7FFB83. Grayscale: #363636. Windows color (decimal): -8387460 or 8127616. OLE color: 8127616.

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

Color convert

RGB 128 4 124 -
CMYK 0 0.97 0.03 0.50
HSL 301.94º 0.94% 0.26% -
HSV(B) 301.94º 0.97% 0.5% -
XYZ 12.58 6.13 19.59 -
YUV 54.76 167.08 180.24 -
System Red Green Blue C M Y K H S L
Decimal 128 4 124 0 0.97 0.03 0.50 301.94 0.94 0.26
Hex 80 4 7C 0 61 3 32 12E 5E 1A
Octal 200 4 174 0 141 3 62 456 136 32
Binary 10000000 100 1111100 0 1100001 11 110010 100101110 1011110 11010

Color Harmonies of #80047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80047C

Black with #80047C

Text Example


Text Example

White with #80047C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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