Html Css Color HEX #80376B Dark Purple

📋 copy color: '#80376B'

red 128 ◦ green 55 ◦ blue 107

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

Shades of Dark Purple #80376B

Tints of Dark Purple #80376B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.9%

R = 44.14%
G = 18.97%
B = 36.9%

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

#80376B (or 0x80376B) is known color: Dark Purple. HEX triplet: 80, 37 and 6B. RGB value is (128,55,107). Sum of RGB (Red+Green+Blue) = 128+55+107=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #80376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80376B is #7FC894. Grayscale: #525252. Windows color (decimal): -8374421 or 7026560. OLE color: 7026560.

HSL color Cylindrical-coordinate representation of color #80376B: hue angle of 317.26º 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 #80376B is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 55 107 -
CMYK 0 0.57 0.16 0.50
HSL 317.26º 0.4% 0.36% -
HSV(B) 317.26º 0.57% 0.5% -
XYZ 12.92 8.38 14.85 -
YUV 82.76 141.68 160.27 -
System Red Green Blue C M Y K H S L
Decimal 128 55 107 0 0.57 0.16 0.50 317.26 0.4 0.36
Hex 80 37 6B 0 39 10 32 13D 28 24
Octal 200 67 153 0 71 20 62 475 50 44
Binary 10000000 110111 1101011 0 111001 10000 110010 100111101 101000 100100

Color Harmonies of #80376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80376B

Black with #80376B

Text Example


Text Example

White with #80376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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