Html Css Color HEX #80316A Dark Purple

📋 copy color: '#80316A'

red 128 ◦ green 49 ◦ blue 106

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

Shades of Dark Purple #80316A

Tints of Dark Purple #80316A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.46%

R = 45.23%
G = 17.31%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#80316A (or 0x80316A) is known color: Dark Purple. HEX triplet: 80, 31 and 6A. RGB value is (128,49,106). Sum of RGB (Red+Green+Blue) = 128+49+106=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #80316A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80316A is #7FCE95. Grayscale: #4E4E4E. Windows color (decimal): -8375958 or 6959488. OLE color: 6959488.

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

Color convert

RGB 128 49 106 -
CMYK 0 0.62 0.17 0.50
HSL 316.71º 0.45% 0.35% -
HSV(B) 316.71º 0.62% 0.5% -
XYZ 12.6 7.83 14.48 -
YUV 79.12 143.17 162.87 -
System Red Green Blue C M Y K H S L
Decimal 128 49 106 0 0.62 0.17 0.50 316.71 0.45 0.35
Hex 80 31 6A 0 3E 11 32 13D 2D 23
Octal 200 61 152 0 76 21 62 475 55 43
Binary 10000000 110001 1101010 0 111110 10001 110010 100111101 101101 100011

Color Harmonies of #80316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80316A

Black with #80316A

Text Example


Text Example

White with #80316A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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