#532255

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

Shades of Hot Purple #532255

Tints of Hot Purple #532255

Color information

#532255 (or 0x532255) is unknown color: approx Hot Purple. HEX triplet: 53, 22 and 55. RGB value is (83,34,85). Sum of RGB (Red+Green+Blue) = 83+34+85=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 85 - color contains mainly: blue. Hex color #532255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532255 is #ACDDAA. Grayscale: #363636. Windows color (decimal): -11328939 or 5579347. OLE color: 5579347.

HSL color Cylindrical-coordinate representation of color #532255: hue angle of 297.65º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532255 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB833485-
CMYK0.020.6000.67
HSL297.65º42.86%23.33%-
HSV(B)297.65º60%33.33%-
XYZ5.783.648.99-
YUV54.46145.23148.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.09%
GREEN value IS 34 (13.67% from 255) = 16.83%
BLUE value IS 85 (33.59% from 255) = 42.08%
R=41.09%
G=16.83%
B=42.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8334850.020.6000.67297.6542.8623.33
Hex53225523C04312a2b17
Octal1234212527401034525327
Binary10100111000101010101101111000100001110010101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532255; }

 p { color: rgb(83,34,85); }

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

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

 a { background-color: rgb(83,34,85); }

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

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

 span { border-color: rgb(83,34,85); }

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