Html Css Color HEX #80116A Dark Purple

📋 copy color: '#80116A'

red 128 ◦ green 17 ◦ blue 106

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

Shades of Dark Purple #80116A

Tints of Dark Purple #80116A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.23%

R = 51%
G = 6.77%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#80116A (or 0x80116A) is known color: Dark Purple. HEX triplet: 80, 11 and 6A. RGB value is (128,17,106). Sum of RGB (Red+Green+Blue) = 128+17+106=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #80116A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80116A is #7FEE95. Grayscale: #3C3C3C. Windows color (decimal): -8384150 or 6951296. OLE color: 6951296.

HSL color Cylindrical-coordinate representation of color #80116A: hue angle of 311.89º 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 #80116A is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 17 106 -
CMYK 0 0.87 0.17 0.50
HSL 311.89º 0.77% 0.28% -
HSV(B) 311.89º 0.87% 0.5% -
XYZ 11.7 6.03 14.18 -
YUV 60.34 153.77 176.26 -
System Red Green Blue C M Y K H S L
Decimal 128 17 106 0 0.87 0.17 0.50 311.89 0.77 0.28
Hex 80 11 6A 0 57 11 32 138 4D 1C
Octal 200 21 152 0 127 21 62 470 115 34
Binary 10000000 10001 1101010 0 1010111 10001 110010 100111000 1001101 11100

Color Harmonies of #80116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80116A

Black with #80116A

Text Example


Text Example

White with #80116A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80116A; }

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

 H1.HeaderClassName
 {
   color: #80116A;
 }
 .AnyTagClassName
 {
   color: #80116A;
 }
</style>

background-color css

<style>
 a { background-color: #80116A; }

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

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

border-color css

<style>
 span { border-color: #80116A; }

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

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