#552253

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

Shades of Hot Purple #552253

Tints of Hot Purple #552253

Color information

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

HSL color Cylindrical-coordinate representation of color #552253: hue angle of 302.35º 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 #552253 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB853483-
CMYK00.600.020.67
HSL302.35º42.86%23.33%-
HSV(B)302.35º60%33.33%-
XYZ5.883.78.59-
YUV54.83143.9149.52-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85348300.600.020.67302.3542.8623.33
Hex55225303C24312e2b17
Octal1254212307421034565327
Binary10101011000101010011011110010100001110010111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552253; }

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

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

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

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

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

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

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

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