Html Css Color HEX #80376E Dark Purple

📋 copy color: '#80376E'

red 128 ◦ green 55 ◦ blue 110

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

Shades of Dark Purple #80376E

Tints of Dark Purple #80376E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.54%

R = 43.69%
G = 18.77%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#80376E (or 0x80376E) is known color: Dark Purple. HEX triplet: 80, 37 and 6E. RGB value is (128,55,110). Sum of RGB (Red+Green+Blue) = 128+55+110=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #80376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80376E is #7FC891. Grayscale: #525252. Windows color (decimal): -8374418 or 7223168. OLE color: 7223168.

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

Color convert

RGB 128 55 110 -
CMYK 0 0.57 0.14 0.50
HSL 314.79º 0.4% 0.36% -
HSV(B) 314.79º 0.57% 0.5% -
XYZ 13.08 8.45 15.69 -
YUV 83.1 143.18 160.03 -
System Red Green Blue C M Y K H S L
Decimal 128 55 110 0 0.57 0.14 0.50 314.79 0.4 0.36
Hex 80 37 6E 0 39 E 32 13B 28 24
Octal 200 67 156 0 71 16 62 473 50 44
Binary 10000000 110111 1101110 0 111001 1110 110010 100111011 101000 100100

Color Harmonies of #80376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80376E

Black with #80376E

Text Example


Text Example

White with #80376E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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