#531059

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

Shades of Hot Purple #531059

Tints of Hot Purple #531059

Color information

#531059 (or 0x531059) is unknown color: approx Hot Purple. HEX triplet: 53, 10 and 59. RGB value is (83,16,89). Sum of RGB (Red+Green+Blue) = 83+16+89=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #531059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531059 is #ACEFA6. Grayscale: #2C2C2C. Windows color (decimal): -11333543 or 5836883. OLE color: 5836883.

HSL color Cylindrical-coordinate representation of color #531059: hue angle of 295.07º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #531059 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB831689-
CMYK0.070.8200.65
HSL295.07º69.52%20.59%-
HSV(B)295.07º82.02%34.9%-
XYZ5.562.939.72-
YUV44.36153.2155.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 16 (6.64% from 255) = 8.51%
BLUE value IS 89 (35.16% from 255) = 47.34%
R=44.15%
G=8.51%
B=47.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8316890.070.8200.65295.0769.5220.59
Hex5310597520411274615
Octal123201317122010144710625
Binary1010011100001011001111101001001000001100100111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531059; }

 p { color: rgb(83,16,89); }

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

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

 a { background-color: rgb(83,16,89); }

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

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

 span { border-color: rgb(83,16,89); }

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