#532459

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

Shades of Hot Purple #532459

Tints of Hot Purple #532459

Color information

#532459 (or 0x532459) is unknown color: approx Hot Purple. HEX triplet: 53, 24 and 59. RGB value is (83,36,89). Sum of RGB (Red+Green+Blue) = 83+36+89=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #532459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532459 is #ACDBA6. Grayscale: #373737. Windows color (decimal): -11328423 or 5842003. OLE color: 5842003.

HSL color Cylindrical-coordinate representation of color #532459: hue angle of 293.21º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532459 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB833689-
CMYK0.070.6000.65
HSL293.21º42.4%24.51%-
HSV(B)293.21º59.55%34.9%-
XYZ63.829.87-
YUV56.1146.57147.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.90%
GREEN value IS 36 (14.45% from 255) = 17.31%
BLUE value IS 89 (35.16% from 255) = 42.79%
R=39.90%
G=17.31%
B=42.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8336890.070.6000.65293.2142.424.51
Hex53245973C0411252a19
Octal1234413177401014455231
Binary101001110010010110011111111000100000110010010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532459; }

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

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

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

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

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

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

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

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