Html Css Color HEX #80007E Purple

📋 copy color: '#80007E'

red 128 ◦ green 0 ◦ blue 126

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

Shades of Purple #80007E

Tints of Purple #80007E

RGB

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

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

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

R = 50.39%
G = 0%
B = 49.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80007E (or 0x80007E) is known color: Purple. HEX triplet: 80, 00 and 7E. RGB value is (128,0,126). Sum of RGB (Red+Green+Blue) = 128+0+126=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #80007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80007E is #7FFF81. Grayscale: #343434. Windows color (decimal): -8388482 or 8257664. OLE color: 8257664.

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

Color convert

RGB 128 0 126 -
CMYK 0 1 0.02 0.50
HSL 300.94º 1% 0.25% -
HSV(B) 300.94º 1% 0.5% -
XYZ 12.67 6.1 20.25 -
YUV 52.64 169.41 181.75 -
System Red Green Blue C M Y K H S L
Decimal 128 0 126 0 1 0.02 0.50 300.94 1 0.25
Hex 80 0 7E 0 64 2 32 12D 64 19
Octal 200 0 176 0 144 2 62 455 144 31
Binary 10000000 0 1111110 0 1100100 10 110010 100101101 1100100 11001

Color Harmonies of #80007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80007E

Black with #80007E

Text Example


Text Example

White with #80007E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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