Html Css Color HEX #80316B Dark Purple

📋 copy color: '#80316B'

red 128 ◦ green 49 ◦ blue 107

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

Shades of Dark Purple #80316B

Tints of Dark Purple #80316B

RGB

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

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

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

R = 45.07%
G = 17.25%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80316B (or 0x80316B) is known color: Dark Purple. HEX triplet: 80, 31 and 6B. RGB value is (128,49,107). Sum of RGB (Red+Green+Blue) = 128+49+107=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #80316B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80316B is #7FCE94. Grayscale: #4F4F4F. Windows color (decimal): -8375957 or 7025024. OLE color: 7025024.

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

Color convert

RGB 128 49 107 -
CMYK 0 0.62 0.16 0.50
HSL 315.95º 0.45% 0.35% -
HSV(B) 315.95º 0.62% 0.5% -
XYZ 12.65 7.85 14.76 -
YUV 79.23 143.67 162.78 -
System Red Green Blue C M Y K H S L
Decimal 128 49 107 0 0.62 0.16 0.50 315.95 0.45 0.35
Hex 80 31 6B 0 3E 10 32 13C 2D 23
Octal 200 61 153 0 76 20 62 474 55 43
Binary 10000000 110001 1101011 0 111110 10000 110010 100111100 101101 100011

Color Harmonies of #80316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80316B

Black with #80316B

Text Example


Text Example

White with #80316B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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