#531D58

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

Shades of Hot Purple #531D58

Tints of Hot Purple #531D58

Color information

#531D58 (or 0x531D58) is unknown color: approx Hot Purple. HEX triplet: 53, 1D and 58. RGB value is (83,29,88). Sum of RGB (Red+Green+Blue) = 83+29+88=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 88 - color contains mainly: blue. Hex color #531D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531D58 is #ACE2A7. Grayscale: #333333. Windows color (decimal): -11330216 or 5774675. OLE color: 5774675.

HSL color Cylindrical-coordinate representation of color #531D58: hue angle of 294.92º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #531D58 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB832988-
CMYK0.060.6700.65
HSL294.92º50.43%22.94%-
HSV(B)294.92º67.05%34.51%-
XYZ5.773.429.59-
YUV51.87148.39150.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.5%
GREEN value IS 29 (11.72% from 255) = 14.5%
BLUE value IS 88 (34.77% from 255) = 44%
R=41.5%
G=14.5%
B=44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8329880.060.6700.65294.9250.4322.94
Hex531D586430411273217
Octal12335130610301014476227
Binary101001111101101100011010000110100000110010011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,29,88); }

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

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

 a { background-color: rgb(83,29,88); }

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

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

 span { border-color: rgb(83,29,88); }

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