Html Css Color HEX #80316E Dark Purple

📋 copy color: '#80316E'

red 128 ◦ green 49 ◦ blue 110

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

Shades of Dark Purple #80316E

Tints of Dark Purple #80316E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.07%

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

R = 44.6%
G = 17.07%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#80316E (or 0x80316E) is known color: Dark Purple. HEX triplet: 80, 31 and 6E. RGB value is (128,49,110). Sum of RGB (Red+Green+Blue) = 128+49+110=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #80316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80316E is #7FCE91. Grayscale: #4F4F4F. Windows color (decimal): -8375954 or 7221632. OLE color: 7221632.

HSL color Cylindrical-coordinate representation of color #80316E: hue angle of 313.67º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80316E is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 49 110 -
CMYK 0 0.62 0.14 0.50
HSL 313.67º 0.45% 0.35% -
HSV(B) 313.67º 0.62% 0.5% -
XYZ 12.81 7.91 15.6 -
YUV 79.58 145.17 162.54 -
System Red Green Blue C M Y K H S L
Decimal 128 49 110 0 0.62 0.14 0.50 313.67 0.45 0.35
Hex 80 31 6E 0 3E E 32 13A 2D 23
Octal 200 61 156 0 76 16 62 472 55 43
Binary 10000000 110001 1101110 0 111110 1110 110010 100111010 101101 100011

Color Harmonies of #80316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80316E

Black with #80316E

Text Example


Text Example

White with #80316E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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