Html Css Color HEX #80007C Purple

📋 copy color: '#80007C'

red 128 ◦ green 0 ◦ blue 124

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

Shades of Purple #80007C

Tints of Purple #80007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.79%
G = 0%
B = 49.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#80007C (or 0x80007C) is known color: Purple. HEX triplet: 80, 00 and 7C. RGB value is (128,0,124). Sum of RGB (Red+Green+Blue) = 128+0+124=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #80007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80007C is #7FFF83. Grayscale: #343434. Windows color (decimal): -8388484 or 8126592. OLE color: 8126592.

HSL color Cylindrical-coordinate representation of color #80007C: hue angle of 301.88º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80007C is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 0 124 -
CMYK 0 1 0.03 0.50
HSL 301.88º 1% 0.25% -
HSV(B) 301.88º 1% 0.5% -
XYZ 12.54 6.04 19.57 -
YUV 52.41 168.41 181.92 -
System Red Green Blue C M Y K H S L
Decimal 128 0 124 0 1 0.03 0.50 301.88 1 0.25
Hex 80 0 7C 0 64 3 32 12E 64 19
Octal 200 0 174 0 144 3 62 456 144 31
Binary 10000000 0 1111100 0 1100100 11 110010 100101110 1100100 11001

Color Harmonies of #80007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80007C

Black with #80007C

Text Example


Text Example

White with #80007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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