Html Css Color HEX #80376C Dark Purple

📋 copy color: '#80376C'

red 128 ◦ green 55 ◦ blue 108

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

Shades of Dark Purple #80376C

Tints of Dark Purple #80376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.9%

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

R = 43.99%
G = 18.9%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80376C (or 0x80376C) is known color: Dark Purple. HEX triplet: 80, 37 and 6C. RGB value is (128,55,108). Sum of RGB (Red+Green+Blue) = 128+55+108=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #80376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80376C is #7FC893. Grayscale: #525252. Windows color (decimal): -8374420 or 7092096. OLE color: 7092096.

HSL color Cylindrical-coordinate representation of color #80376C: hue angle of 316.44º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80376C is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 55 108 -
CMYK 0 0.57 0.16 0.50
HSL 316.44º 0.4% 0.36% -
HSV(B) 316.44º 0.57% 0.5% -
XYZ 12.98 8.4 15.13 -
YUV 82.87 142.18 160.19 -
System Red Green Blue C M Y K H S L
Decimal 128 55 108 0 0.57 0.16 0.50 316.44 0.4 0.36
Hex 80 37 6C 0 39 10 32 13C 28 24
Octal 200 67 154 0 71 20 62 474 50 44
Binary 10000000 110111 1101100 0 111001 10000 110010 100111100 101000 100100

Color Harmonies of #80376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80376C

Black with #80376C

Text Example


Text Example

White with #80376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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