#550959

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

Shades of Hot Purple #550959

Tints of Hot Purple #550959

Color information

#550959 (or 0x550959) is unknown color: approx Hot Purple. HEX triplet: 55, 09 and 59. RGB value is (85,9,89). Sum of RGB (Red+Green+Blue) = 85+9+89=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #550959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550959 is #AAF6A6. Grayscale: #282828. Windows color (decimal): -11204263 or 5835093. OLE color: 5835093.

HSL color Cylindrical-coordinate representation of color #550959: hue angle of 297º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550959 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB85989-
CMYK0.040.9000.65
HSL297º81.63%19.22%-
HSV(B)297º89.89%34.9%-
XYZ5.652.859.7-
YUV40.84155.18159.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.45%
GREEN value IS 9 (3.91% from 255) = 4.92%
BLUE value IS 89 (35.16% from 255) = 48.63%
R=46.45%
G=4.92%
B=48.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal859890.040.9000.6529781.6319.22
Hex5595945A0411295213
Octal125111314132010145112223
Binary101010110011011001100101101001000001100101001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550959; }

 p { color: rgb(85,9,89); }

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

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

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

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

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

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

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