#552455

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

Shades of Hot Purple #552455

Tints of Hot Purple #552455

Color information

#552455 (or 0x552455) is unknown color: approx Hot Purple. HEX triplet: 55, 24 and 55. RGB value is (85,36,85). Sum of RGB (Red+Green+Blue) = 85+36+85=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #552455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552455 is #AADBAA. Grayscale: #383838. Windows color (decimal): -11197355 or 5579861. OLE color: 5579861.

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

Color convert

RGB853685-
CMYK00.5800.67
HSL300º40.5%23.73%-
HSV(B)300º57.65%33.33%-
XYZ6.023.859.02-
YUV56.24144.23148.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 36 (14.45% from 255) = 17.48%
BLUE value IS 85 (33.59% from 255) = 41.26%
R=41.26%
G=17.48%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85368500.5800.6730040.523.73
Hex55245503A04312c2818
Octal1254412507201034545030
Binary1010101100100101010101110100100001110010110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552455; }

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

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

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

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

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

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

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

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