Html Css Color HEX #831179 Dark Purple

📋 copy color: '#831179'

red 131 ◦ green 17 ◦ blue 121

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

Shades of Dark Purple #831179

Tints of Dark Purple #831179

RGB

 RED value IS 131 (51.56% from 255) = 48.7%

 GREEN value IS 17 (7.03% from 255) = 6.32%

 BLUE value IS 121 (47.66% from 255) = 44.98%

R = 48.7%
G = 6.32%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#831179 (or 0x831179) is known color: Dark Purple. HEX triplet: 83, 11 and 79. RGB value is (131,17,121). Sum of RGB (Red+Green+Blue) = 131+17+121=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #831179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831179 is #7CEE86. Grayscale: #3E3E3E. Windows color (decimal): -8187527 or 7934339. OLE color: 7934339.

HSL color Cylindrical-coordinate representation of color #831179: hue angle of 305.26º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #831179 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 17 121 -
CMYK 0 0.87 0.08 0.49
HSL 305.26º 0.77% 0.29% -
HSV(B) 305.26º 0.87% 0.51% -
XYZ 13.01 6.61 18.68 -
YUV 62.94 160.77 176.54 -
System Red Green Blue C M Y K H S L
Decimal 131 17 121 0 0.87 0.08 0.49 305.26 0.77 0.29
Hex 83 11 79 0 57 8 31 131 4D 1D
Octal 203 21 171 0 127 10 61 461 115 35
Binary 10000011 10001 1111001 0 1010111 1000 110001 100110001 1001101 11101

Color Harmonies of #831179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831179

Black with #831179

Text Example


Text Example

White with #831179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831179; }

 p { color: rgb(131,17,121); }

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

background-color css

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

 a { background-color: rgb(131,17,121); }

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

border-color css

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

 span { border-color: rgb(131,17,121); }

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