#531557

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

Shades of Hot Purple #531557

Tints of Hot Purple #531557

Color information

#531557 (or 0x531557) is unknown color: approx Hot Purple. HEX triplet: 53, 15 and 57. RGB value is (83,21,87). Sum of RGB (Red+Green+Blue) = 83+21+87=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #531557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531557 is #ACEAA8. Grayscale: #2E2E2E. Windows color (decimal): -11332265 or 5707091. OLE color: 5707091.

HSL color Cylindrical-coordinate representation of color #531557: hue angle of 296.36º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531557 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB832187-
CMYK0.050.7600.66
HSL296.36º61.11%21.18%-
HSV(B)296.36º75.86%34.12%-
XYZ5.563.069.32-
YUV47.06150.54153.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.46%
GREEN value IS 21 (8.59% from 255) = 10.99%
BLUE value IS 87 (34.38% from 255) = 45.55%
R=43.46%
G=10.99%
B=45.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8321870.050.7600.66296.3661.1121.18
Hex53155754C0421283d15
Octal12325127511401024507525
Binary101001110101101011110110011000100001010010100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531557; }

 p { color: rgb(83,21,87); }

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

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

 a { background-color: rgb(83,21,87); }

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

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

 span { border-color: rgb(83,21,87); }

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