#531951

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

Shades of Hot Purple #531951

Tints of Hot Purple #531951

Color information

#531951 (or 0x531951) is unknown color: approx Hot Purple. HEX triplet: 53, 19 and 51. RGB value is (83,25,81). Sum of RGB (Red+Green+Blue) = 83+25+81=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #531951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531951 is #ACE6AE. Grayscale: #303030. Windows color (decimal): -11331247 or 5314899. OLE color: 5314899.

HSL color Cylindrical-coordinate representation of color #531951: hue angle of 302.07º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #531951 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB832581-
CMYK00.700.020.67
HSL302.07º53.7%21.18%-
HSV(B)302.07º69.88%32.55%-
XYZ5.43.138.1-
YUV48.73146.22152.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 81 (32.03% from 255) = 42.86%
R=43.92%
G=13.23%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83258100.700.020.67302.0753.721.18
Hex53195104624312e3615
Octal12331121010621034566625
Binary10100111100110100010100011010100001110010111011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531951; }

 p { color: rgb(83,25,81); }

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

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

 a { background-color: rgb(83,25,81); }

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

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

 span { border-color: rgb(83,25,81); }

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