Html Css Color HEX #80317C Dark Purple

📋 copy color: '#80317C'

red 128 ◦ green 49 ◦ blue 124

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

Shades of Dark Purple #80317C

Tints of Dark Purple #80317C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.2%

R = 42.52%
G = 16.28%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#80317C (or 0x80317C) is known color: Dark Purple. HEX triplet: 80, 31 and 7C. RGB value is (128,49,124). Sum of RGB (Red+Green+Blue) = 128+49+124=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #80317C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80317C is #7FCE83. Grayscale: #505050. Windows color (decimal): -8375940 or 8139136. OLE color: 8139136.

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

Color convert

RGB 128 49 124 -
CMYK 0 0.62 0.03 0.50
HSL 303.04º 0.45% 0.35% -
HSV(B) 303.04º 0.62% 0.5% -
XYZ 13.64 8.24 19.94 -
YUV 81.17 152.17 161.4 -
System Red Green Blue C M Y K H S L
Decimal 128 49 124 0 0.62 0.03 0.50 303.04 0.45 0.35
Hex 80 31 7C 0 3E 3 32 12F 2D 23
Octal 200 61 174 0 76 3 62 457 55 43
Binary 10000000 110001 1111100 0 111110 11 110010 100101111 101101 100011

Color Harmonies of #80317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80317C

Black with #80317C

Text Example


Text Example

White with #80317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80317C; }

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

 H1.HeaderClassName
 {
   color: #80317C;
 }
 .AnyTagClassName
 {
   color: #80317C;
 }
</style>

background-color css

<style>
 a { background-color: #80317C; }

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

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

border-color css

<style>
 span { border-color: #80317C; }

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

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