#550859

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

Shades of Hot Purple #550859

Tints of Hot Purple #550859

Color information

#550859 (or 0x550859) is unknown color: approx Hot Purple. HEX triplet: 55, 08 and 59. RGB value is (85,8,89). Sum of RGB (Red+Green+Blue) = 85+8+89=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #550859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550859 is #AAF7A6. Grayscale: #282828. Windows color (decimal): -11204519 or 5834837. OLE color: 5834837.

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

Color convert

RGB85889-
CMYK0.040.9100.65
HSL297.04º83.51%19.02%-
HSV(B)297.04º91.01%34.9%-
XYZ5.642.839.7-
YUV40.26155.51159.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 8 (3.52% from 255) = 4.40%
BLUE value IS 89 (35.16% from 255) = 48.90%
R=46.70%
G=4.40%
B=48.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal858890.040.9100.65297.0483.5119.02
Hex5585945B0411295413
Octal125101314133010145112423
Binary101010110001011001100101101101000001100101001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550859; }

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

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

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

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

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

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

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

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