#552255

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

Shades of Hot Purple #552255

Tints of Hot Purple #552255

Color information

#552255 (or 0x552255) is unknown color: approx Hot Purple. HEX triplet: 55, 22 and 55. RGB value is (85,34,85). Sum of RGB (Red+Green+Blue) = 85+34+85=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #552255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552255 is #AADDAA. Grayscale: #363636. Windows color (decimal): -11197867 or 5579349. OLE color: 5579349.

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

Color convert

RGB853485-
CMYK00.6000.67
HSL300º42.86%23.33%-
HSV(B)300º60%33.33%-
XYZ5.963.739-
YUV55.06144.9149.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 34 (13.67% from 255) = 16.67%
BLUE value IS 85 (33.59% from 255) = 41.67%
R=41.67%
G=16.67%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85348500.6000.6730042.8623.33
Hex55225503C04312c2b17
Octal1254212507401034545327
Binary1010101100010101010101111000100001110010110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552255; }

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

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

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

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

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

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

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

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