Html Css Color HEX #80316F Dark Purple

📋 copy color: '#80316F'

red 128 ◦ green 49 ◦ blue 111

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

Shades of Dark Purple #80316F

Tints of Dark Purple #80316F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.54%

R = 44.44%
G = 17.01%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#80316F (or 0x80316F) is known color: Dark Purple. HEX triplet: 80, 31 and 6F. RGB value is (128,49,111). Sum of RGB (Red+Green+Blue) = 128+49+111=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #80316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80316F is #7FCE90. Grayscale: #4F4F4F. Windows color (decimal): -8375953 or 7287168. OLE color: 7287168.

HSL color Cylindrical-coordinate representation of color #80316F: hue angle of 312.91º 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 #80316F is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 49 111 -
CMYK 0 0.62 0.13 0.50
HSL 312.91º 0.45% 0.35% -
HSV(B) 312.91º 0.62% 0.5% -
XYZ 12.87 7.93 15.89 -
YUV 79.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 128 49 111 0 0.62 0.13 0.50 312.91 0.45 0.35
Hex 80 31 6F 0 3E D 32 139 2D 23
Octal 200 61 157 0 76 15 62 471 55 43
Binary 10000000 110001 1101111 0 111110 1101 110010 100111001 101101 100011

Color Harmonies of #80316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80316F

Black with #80316F

Text Example


Text Example

White with #80316F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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