#532158

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

Shades of Hot Purple #532158

Tints of Hot Purple #532158

Color information

#532158 (or 0x532158) is unknown color: approx Hot Purple. HEX triplet: 53, 21 and 58. RGB value is (83,33,88). Sum of RGB (Red+Green+Blue) = 83+33+88=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #532158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532158 is #ACDEA7. Grayscale: #363636. Windows color (decimal): -11329192 or 5775699. OLE color: 5775699.

HSL color Cylindrical-coordinate representation of color #532158: hue angle of 294.55º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #532158 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB833388-
CMYK0.060.6200.65
HSL294.55º45.45%23.73%-
HSV(B)294.55º62.5%34.51%-
XYZ5.873.639.62-
YUV54.22147.06148.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.69%
GREEN value IS 33 (13.28% from 255) = 16.18%
BLUE value IS 88 (34.77% from 255) = 43.14%
R=40.69%
G=16.18%
B=43.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8333880.060.6200.65294.5545.4523.73
Hex53215863E0411272d18
Octal1234113067601014475530
Binary101001110000110110001101111100100000110010011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532158; }

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

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

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

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

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

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

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

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