Html Css Color HEX #80176C Dark Purple

📋 copy color: '#80176C'

red 128 ◦ green 23 ◦ blue 108

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

Shades of Dark Purple #80176C

Tints of Dark Purple #80176C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.7%

R = 49.42%
G = 8.88%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80176C (or 0x80176C) is known color: Dark Purple. HEX triplet: 80, 17 and 6C. RGB value is (128,23,108). Sum of RGB (Red+Green+Blue) = 128+23+108=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #80176C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80176C is #7FE893. Grayscale: #3F3F3F. Windows color (decimal): -8382612 or 7083904. OLE color: 7083904.

HSL color Cylindrical-coordinate representation of color #80176C: hue angle of 311.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 #80176C is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 23 108 -
CMYK 0 0.82 0.16 0.50
HSL 311.43º 0.7% 0.3% -
HSV(B) 311.43º 0.82% 0.5% -
XYZ 11.92 6.28 14.77 -
YUV 64.09 152.79 173.59 -
System Red Green Blue C M Y K H S L
Decimal 128 23 108 0 0.82 0.16 0.50 311.43 0.7 0.3
Hex 80 17 6C 0 52 10 32 137 46 1E
Octal 200 27 154 0 122 20 62 467 106 36
Binary 10000000 10111 1101100 0 1010010 10000 110010 100110111 1000110 11110

Color Harmonies of #80176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80176C

Black with #80176C

Text Example


Text Example

White with #80176C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80176C; }

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

 H1.HeaderClassName
 {
   color: #80176C;
 }
 .AnyTagClassName
 {
   color: #80176C;
 }
</style>

background-color css

<style>
 a { background-color: #80176C; }

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

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

border-color css

<style>
 span { border-color: #80176C; }

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

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