Html Css Color HEX #80177A Dark Purple

📋 copy color: '#80177A'

red 128 ◦ green 23 ◦ blue 122

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

Shades of Dark Purple #80177A

Tints of Dark Purple #80177A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.42%

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

R = 46.89%
G = 8.42%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#80177A (or 0x80177A) is known color: Dark Purple. HEX triplet: 80, 17 and 7A. RGB value is (128,23,122). Sum of RGB (Red+Green+Blue) = 128+23+122=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #80177A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80177A is #7FE885. Grayscale: #414141. Windows color (decimal): -8382598 or 8001408. OLE color: 8001408.

HSL color Cylindrical-coordinate representation of color #80177A: hue angle of 303.43º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80177A is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 23 122 -
CMYK 0 0.82 0.05 0.50
HSL 303.43º 0.7% 0.3% -
HSV(B) 303.43º 0.82% 0.5% -
XYZ 12.72 6.61 19.02 -
YUV 65.68 159.79 172.45 -
System Red Green Blue C M Y K H S L
Decimal 128 23 122 0 0.82 0.05 0.50 303.43 0.7 0.3
Hex 80 17 7A 0 52 5 32 12F 46 1E
Octal 200 27 172 0 122 5 62 457 106 36
Binary 10000000 10111 1111010 0 1010010 101 110010 100101111 1000110 11110

Color Harmonies of #80177A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80177A

Black with #80177A

Text Example


Text Example

White with #80177A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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