Html Css Color HEX #80175D Dark Purple

📋 copy color: '#80175D'

red 128 ◦ green 23 ◦ blue 93

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

Shades of Dark Purple #80175D

Tints of Dark Purple #80175D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.11%

R = 52.46%
G = 9.43%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80175D (or 0x80175D) is known color: Dark Purple. HEX triplet: 80, 17 and 5D. RGB value is (128,23,93). Sum of RGB (Red+Green+Blue) = 128+23+93=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #80175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80175D is #7FE8A2. Grayscale: #3E3E3E. Windows color (decimal): -8382627 or 6100864. OLE color: 6100864.

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

Color convert

RGB 128 23 93 -
CMYK 0 0.82 0.27 0.50
HSL 320º 0.7% 0.3% -
HSV(B) 320º 0.82% 0.5% -
XYZ 11.18 5.99 10.92 -
YUV 62.38 145.29 174.81 -
System Red Green Blue C M Y K H S L
Decimal 128 23 93 0 0.82 0.27 0.50 320 0.7 0.3
Hex 80 17 5D 0 52 1B 32 140 46 1E
Octal 200 27 135 0 122 33 62 500 106 36
Binary 10000000 10111 1011101 0 1010010 11011 110010 101000000 1000110 11110

Color Harmonies of #80175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80175D

Black with #80175D

Text Example


Text Example

White with #80175D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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