#550E56

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

Shades of Hot Purple #550E56

Tints of Hot Purple #550E56

Color information

#550E56 (or 0x550E56) is unknown color: approx Hot Purple. HEX triplet: 55, 0E and 56. RGB value is (85,14,86). Sum of RGB (Red+Green+Blue) = 85+14+86=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #550E56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550E56 is #AAF1A9. Grayscale: #2B2B2B. Windows color (decimal): -11202986 or 5639765. OLE color: 5639765.

HSL color Cylindrical-coordinate representation of color #550E56: hue angle of 299.17º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #550E56 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB851486-
CMYK0.010.8400.66
HSL299.17º72%19.61%-
HSV(B)299.17º83.72%33.73%-
XYZ5.582.929.07-
YUV43.44152.02157.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 14 (5.86% from 255) = 7.57%
BLUE value IS 86 (33.98% from 255) = 46.49%
R=45.95%
G=7.57%
B=46.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8514860.010.8400.66299.177219.61
Hex55E5615404212b4814
Octal125161261124010245311024
Binary1010101111010101101101010001000010100101011100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550E56; }

 p { color: rgb(85,14,86); }

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

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

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

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

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

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

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