#532559

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

Shades of Hot Purple #532559

Tints of Hot Purple #532559

Color information

#532559 (or 0x532559) is unknown color: approx Hot Purple. HEX triplet: 53, 25 and 59. RGB value is (83,37,89). Sum of RGB (Red+Green+Blue) = 83+37+89=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #532559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532559 is #ACDAA6. Grayscale: #383838. Windows color (decimal): -11328167 or 5842259. OLE color: 5842259.

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

Color convert

RGB833789-
CMYK0.070.5800.65
HSL293.08º41.27%24.71%-
HSV(B)293.08º58.43%34.9%-
XYZ6.033.889.88-
YUV56.68146.24146.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.71%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=39.71%
G=17.70%
B=42.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8337890.070.5800.65293.0841.2724.71
Hex53255973A0411252919
Octal1234513177201014455131
Binary101001110010110110011111110100100000110010010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532559; }

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

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

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

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

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

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

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

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