#531A50

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

Shades of Hot Purple #531A50

Tints of Hot Purple #531A50

Color information

#531A50 (or 0x531A50) is unknown color: approx Hot Purple. HEX triplet: 53, 1A and 50. RGB value is (83,26,80). Sum of RGB (Red+Green+Blue) = 83+26+80=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #531A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531A50 is #ACE5AF. Grayscale: #313131. Windows color (decimal): -11330992 or 5249619. OLE color: 5249619.

HSL color Cylindrical-coordinate representation of color #531A50: hue angle of 303.16º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A50 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB832680-
CMYK00.690.040.67
HSL303.16º52.29%21.37%-
HSV(B)303.16º68.67%32.55%-
XYZ5.383.167.91-
YUV49.2145.38152.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 26 (10.55% from 255) = 13.76%
BLUE value IS 80 (31.64% from 255) = 42.33%
R=43.92%
G=13.76%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83268000.690.040.67303.1652.2921.37
Hex531A5004544312f3415
Octal12332120010541034576425
Binary101001111010101000001000101100100001110010111111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,26,80); }

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

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

 a { background-color: rgb(83,26,80); }

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

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

 span { border-color: rgb(83,26,80); }

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