Html Css Color HEX #80117E Purple

📋 copy color: '#80117E'

red 128 ◦ green 17 ◦ blue 126

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

Shades of Purple #80117E

Tints of Purple #80117E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.27%

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

R = 47.23%
G = 6.27%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80117E (or 0x80117E) is known color: Purple. HEX triplet: 80, 11 and 7E. RGB value is (128,17,126). Sum of RGB (Red+Green+Blue) = 128+17+126=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 126 (49.61% from 255 or 46.49% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80117E is #7FEE81. Grayscale: #3E3E3E. Windows color (decimal): -8384130 or 8262016. OLE color: 8262016.

HSL color Cylindrical-coordinate representation of color #80117E: hue angle of 301.08º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80117E is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 17 126 -
CMYK 0 0.87 0.02 0.50
HSL 301.08º 0.77% 0.28% -
HSV(B) 301.08º 0.87% 0.5% -
XYZ 12.87 6.5 20.31 -
YUV 62.62 163.77 174.64 -
System Red Green Blue C M Y K H S L
Decimal 128 17 126 0 0.87 0.02 0.50 301.08 0.77 0.28
Hex 80 11 7E 0 57 2 32 12D 4D 1C
Octal 200 21 176 0 127 2 62 455 115 34
Binary 10000000 10001 1111110 0 1010111 10 110010 100101101 1001101 11100

Color Harmonies of #80117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80117E

Black with #80117E

Text Example


Text Example

White with #80117E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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