Html Css Color HEX #831579 Dark Purple

📋 copy color: '#831579'

red 131 ◦ green 21 ◦ blue 121

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

Shades of Dark Purple #831579

Tints of Dark Purple #831579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

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

R = 47.99%
G = 7.69%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#831579 (or 0x831579) is known color: Dark Purple. HEX triplet: 83, 15 and 79. RGB value is (131,21,121). Sum of RGB (Red+Green+Blue) = 131+21+121=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #831579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831579 is #7CEA86. Grayscale: #414141. Windows color (decimal): -8186503 or 7935363. OLE color: 7935363.

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

Color convert

RGB 131 21 121 -
CMYK 0 0.84 0.08 0.49
HSL 305.45º 0.72% 0.3% -
HSV(B) 305.45º 0.84% 0.51% -
XYZ 13.08 6.74 18.7 -
YUV 65.29 159.44 174.87 -
System Red Green Blue C M Y K H S L
Decimal 131 21 121 0 0.84 0.08 0.49 305.45 0.72 0.3
Hex 83 15 79 0 54 8 31 131 48 1E
Octal 203 25 171 0 124 10 61 461 110 36
Binary 10000011 10101 1111001 0 1010100 1000 110001 100110001 1001000 11110

Color Harmonies of #831579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831579

Black with #831579

Text Example


Text Example

White with #831579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831579; }

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

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

background-color css

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

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

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

border-color css

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

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

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