#532458

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

Shades of Hot Purple #532458

Tints of Hot Purple #532458

Color information

#532458 (or 0x532458) is unknown color: approx Hot Purple. HEX triplet: 53, 24 and 58. RGB value is (83,36,88). Sum of RGB (Red+Green+Blue) = 83+36+88=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 88 - color contains mainly: blue. Hex color #532458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532458 is #ACDBA7. Grayscale: #373737. Windows color (decimal): -11328424 or 5776467. OLE color: 5776467.

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

Color convert

RGB833688-
CMYK0.060.5900.65
HSL294.23º41.94%24.31%-
HSV(B)294.23º59.09%34.51%-
XYZ5.963.819.65-
YUV55.98146.07147.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.10%
GREEN value IS 36 (14.45% from 255) = 17.39%
BLUE value IS 88 (34.77% from 255) = 42.51%
R=40.10%
G=17.39%
B=42.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8336880.060.5900.65294.2341.9424.31
Hex53245863B0411262a18
Octal1234413067301014465230
Binary101001110010010110001101110110100000110010011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532458; }

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

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

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

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

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

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

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

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