Html Css Color HEX #80117A Dark Purple

📋 copy color: '#80117A'

red 128 ◦ green 17 ◦ blue 122

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

Shades of Dark Purple #80117A

Tints of Dark Purple #80117A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 45.69%

R = 47.94%
G = 6.37%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#80117A (or 0x80117A) is known color: Dark Purple. HEX triplet: 80, 11 and 7A. RGB value is (128,17,122). Sum of RGB (Red+Green+Blue) = 128+17+122=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #80117A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80117A is #7FEE85. Grayscale: #3D3D3D. Windows color (decimal): -8384134 or 7999872. OLE color: 7999872.

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

Color convert

RGB 128 17 122 -
CMYK 0 0.87 0.05 0.50
HSL 303.24º 0.77% 0.28% -
HSV(B) 303.24º 0.87% 0.5% -
XYZ 12.62 6.4 18.98 -
YUV 62.16 161.77 174.96 -
System Red Green Blue C M Y K H S L
Decimal 128 17 122 0 0.87 0.05 0.50 303.24 0.77 0.28
Hex 80 11 7A 0 57 5 32 12F 4D 1C
Octal 200 21 172 0 127 5 62 457 115 34
Binary 10000000 10001 1111010 0 1010111 101 110010 100101111 1001101 11100

Color Harmonies of #80117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80117A

Black with #80117A

Text Example


Text Example

White with #80117A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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