Html Css Color HEX #80176D Dark Purple

📋 copy color: '#80176D'

red 128 ◦ green 23 ◦ blue 109

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

Shades of Dark Purple #80176D

Tints of Dark Purple #80176D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.92%

R = 49.23%
G = 8.85%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#80176D (or 0x80176D) is known color: Dark Purple. HEX triplet: 80, 17 and 6D. RGB value is (128,23,109). Sum of RGB (Red+Green+Blue) = 128+23+109=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #80176D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80176D is #7FE892. Grayscale: #3F3F3F. Windows color (decimal): -8382611 or 7149440. OLE color: 7149440.

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

Color convert

RGB 128 23 109 -
CMYK 0 0.82 0.15 0.50
HSL 310.86º 0.7% 0.3% -
HSV(B) 310.86º 0.82% 0.5% -
XYZ 11.97 6.31 15.05 -
YUV 64.2 153.29 173.51 -
System Red Green Blue C M Y K H S L
Decimal 128 23 109 0 0.82 0.15 0.50 310.86 0.7 0.3
Hex 80 17 6D 0 52 F 32 137 46 1E
Octal 200 27 155 0 122 17 62 467 106 36
Binary 10000000 10111 1101101 0 1010010 1111 110010 100110111 1000110 11110

Color Harmonies of #80176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80176D

Black with #80176D

Text Example


Text Example

White with #80176D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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