#831574

Color #831574 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #831574

Tints of Dark Purple #831574

Color information

#831574 (or 0x831574) is unknown color: approx Dark Purple. HEX triplet: 83, 15 and 74. RGB value is (131,21,116). Sum of RGB (Red+Green+Blue) = 131+21+116=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #831574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831574 is #7CEA8B. Grayscale: #404040. Windows color (decimal): -8186508 or 7607683. OLE color: 7607683.

HSL color Cylindrical-coordinate representation of color #831574: hue angle of 308.18º 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 #831574 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB13121116-
CMYK00.840.110.49
HSL308.18º72.37%29.8%-
HSV(B)308.18º83.97%51.37%-
XYZ12.786.6217.13-
YUV64.72156.94175.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.88%
GREEN value IS 21 (8.59% from 255) = 7.84%
BLUE value IS 116 (45.70% from 255) = 43.28%
R=48.88%
G=7.84%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1312111600.840.110.49308.1872.3729.8
Hex831574054B31134481e
Octal203251640124136146411036
Binary10000011101011110100010101001011110001100110100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831574; }

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

 H1.HeaderClassName
 {
   color: #831574;
 }
 .AnyTagClassName
 {
   color: #831574;
 }
</style>
background-color css

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

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

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

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

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

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