#531B60

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

Shades of Hot Purple #531B60

Tints of Hot Purple #531B60

Color information

#531B60 (or 0x531B60) is unknown color: approx Hot Purple. HEX triplet: 53, 1B and 60. RGB value is (83,27,96). Sum of RGB (Red+Green+Blue) = 83+27+96=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #531B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531B60 is #ACE49F. Grayscale: #333333. Windows color (decimal): -11330720 or 6298451. OLE color: 6298451.

HSL color Cylindrical-coordinate representation of color #531B60: hue angle of 288.7º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #531B60 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB832796-
CMYK0.140.7200.62
HSL288.7º56.1%24.12%-
HSV(B)288.7º71.88%37.65%-
XYZ6.073.4711.42-
YUV51.61153.05150.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.29%
GREEN value IS 27 (10.94% from 255) = 13.11%
BLUE value IS 96 (37.89% from 255) = 46.60%
R=40.29%
G=13.11%
B=46.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8327960.140.7200.62288.756.124.12
Hex531B60E4803E1213818
Octal12333140161100764417030
Binary101001111011110000011101001000011111010010000111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531B60; }

 p { color: rgb(83,27,96); }

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

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

 a { background-color: rgb(83,27,96); }

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

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

 span { border-color: rgb(83,27,96); }

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