#532F58

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

Shades of Hot Purple #532F58

Tints of Hot Purple #532F58

Color information

#532F58 (or 0x532F58) is unknown color: approx Hot Purple. HEX triplet: 53, 2F and 58. RGB value is (83,47,88). Sum of RGB (Red+Green+Blue) = 83+47+88=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #532F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532F58 is #ACD0A7. Grayscale: #3E3E3E. Windows color (decimal): -11325608 or 5779283. OLE color: 5779283.

HSL color Cylindrical-coordinate representation of color #532F58: hue angle of 292.68º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #532F58 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB834788-
CMYK0.060.4700.65
HSL292.68º30.37%26.47%-
HSV(B)292.68º46.59%34.51%-
XYZ6.354.589.78-
YUV62.44142.43142.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 47 (18.75% from 255) = 21.56%
BLUE value IS 88 (34.77% from 255) = 40.37%
R=38.07%
G=21.56%
B=40.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8347880.060.4700.65292.6830.3726.47
Hex532F5862F0411251e1a
Octal1235713065701014453632
Binary10100111011111011000110101111010000011001001011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532F58; }

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

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

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

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

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

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

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

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