#552360

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

Shades of Hot Purple #552360

Tints of Hot Purple #552360

Color information

#552360 (or 0x552360) is unknown color: approx Hot Purple. HEX triplet: 55, 23 and 60. RGB value is (85,35,96). Sum of RGB (Red+Green+Blue) = 85+35+96=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #552360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552360 is #AADC9F. Grayscale: #383838. Windows color (decimal): -11197600 or 6300501. OLE color: 6300501.

HSL color Cylindrical-coordinate representation of color #552360: hue angle of 289.18º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #552360 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB853596-
CMYK0.110.6400.62
HSL289.18º46.56%25.69%-
HSV(B)289.18º63.54%37.65%-
XYZ6.463.9811.49-
YUV56.9150.06148.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.35%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 96 (37.89% from 255) = 44.44%
R=39.35%
G=16.20%
B=44.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8535960.110.6400.62289.1846.5625.69
Hex552360B4003E1212f1a
Octal12543140131000764415732
Binary1010101100011110000010111000000011111010010000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552360; }

 p { color: rgb(85,35,96); }

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

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

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

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

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

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

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