#532554

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

Shades of Hot Purple #532554

Tints of Hot Purple #532554

Color information

#532554 (or 0x532554) is unknown color: approx Hot Purple. HEX triplet: 53, 25 and 54. RGB value is (83,37,84). Sum of RGB (Red+Green+Blue) = 83+37+84=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 84 - color contains mainly: blue. Hex color #532554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532554 is #ACDAAB. Grayscale: #373737. Windows color (decimal): -11328172 or 5514579. OLE color: 5514579.

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

Color convert

RGB833784-
CMYK0.010.5600.67
HSL298.72º38.84%23.73%-
HSV(B)298.72º55.95%32.94%-
XYZ5.833.88.81-
YUV56.11143.74147.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.69%
GREEN value IS 37 (14.84% from 255) = 18.14%
BLUE value IS 84 (33.20% from 255) = 41.18%
R=40.69%
G=18.14%
B=41.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8337840.010.5600.67298.7238.8423.73
Hex53255413804312b2718
Octal1234512417001034534730
Binary1010011100101101010011110000100001110010101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532554; }

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

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

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

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

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

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

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

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