#532054

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

Shades of Hot Purple #532054

Tints of Hot Purple #532054

Color information

#532054 (or 0x532054) is unknown color: approx Hot Purple. HEX triplet: 53, 20 and 54. RGB value is (83,32,84). Sum of RGB (Red+Green+Blue) = 83+32+84=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 84 - color contains mainly: blue. Hex color #532054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532054 is #ACDFAB. Grayscale: #353535. Windows color (decimal): -11329452 or 5513299. OLE color: 5513299.

HSL color Cylindrical-coordinate representation of color #532054: hue angle of 298.85º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #532054 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB833284-
CMYK0.010.6200.67
HSL298.85º44.83%22.75%-
HSV(B)298.85º61.9%32.94%-
XYZ5.683.518.77-
YUV53.18145.4149.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.71%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 84 (33.20% from 255) = 42.21%
R=41.71%
G=16.08%
B=42.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8332840.010.6200.67298.8544.8322.75
Hex53205413E04312b2d17
Octal1234012417601034535527
Binary1010011100000101010011111100100001110010101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532054; }

 p { color: rgb(83,32,84); }

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

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

 a { background-color: rgb(83,32,84); }

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

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

 span { border-color: rgb(83,32,84); }

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