#831377

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

Shades of Dark Purple #831377

Tints of Dark Purple #831377

Color information

#831377 (or 0x831377) is unknown color: approx Dark Purple. HEX triplet: 83, 13 and 77. RGB value is (131,19,119). Sum of RGB (Red+Green+Blue) = 131+19+119=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #831377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831377 is #7CEC88. Grayscale: #3F3F3F. Windows color (decimal): -8187017 or 7803779. OLE color: 7803779.

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

Color convert

RGB13119119-
CMYK00.850.090.49
HSL306.43º74.67%29.41%-
HSV(B)306.43º85.5%51.37%-
XYZ12.926.6218.05-
YUV63.89159.11175.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.70%
GREEN value IS 19 (7.81% from 255) = 7.06%
BLUE value IS 119 (46.88% from 255) = 44.24%
R=48.70%
G=7.06%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311911900.850.090.49306.4374.6729.41
Hex8313770559311324b1d
Octal203231670125116146211335
Binary10000011100111110111010101011001110001100110010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831377; }

 p { color: rgb(131,19,119); }

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

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

 a { background-color: rgb(131,19,119); }

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

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

 span { border-color: rgb(131,19,119); }

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