#550560

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

Shades of Hot Purple #550560

Tints of Hot Purple #550560

Color information

#550560 (or 0x550560) is unknown color: approx Hot Purple. HEX triplet: 55, 05 and 60. RGB value is (85,5,96). Sum of RGB (Red+Green+Blue) = 85+5+96=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #550560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550560 is #AAFA9F. Grayscale: #272727. Windows color (decimal): -11205280 or 6292821. OLE color: 6292821.

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

Color convert

RGB85596-
CMYK0.110.9500.62
HSL292.75º90.1%19.8%-
HSV(B)292.75º94.79%37.65%-
XYZ5.912.8811.31-
YUV39.29160160.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.70%
GREEN value IS 5 (2.34% from 255) = 2.69%
BLUE value IS 96 (37.89% from 255) = 51.61%
R=45.70%
G=2.69%
B=51.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal855960.110.9500.62292.7590.119.8
Hex55560B5F03E1255a14
Octal12551401313707644513224
Binary10101011011100000101110111110111110100100101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550560; }

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

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

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

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

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

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

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

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