#550A5E

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

Shades of Hot Purple #550A5E

Tints of Hot Purple #550A5E

Color information

#550A5E (or 0x550A5E) is unknown color: approx Hot Purple. HEX triplet: 55, 0A and 5E. RGB value is (85,10,94). Sum of RGB (Red+Green+Blue) = 85+10+94=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 94 (37.11% from 255 or 49.74% from 189); Max value from RGB is 94 - color contains mainly: blue. Hex color #550A5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550A5E is #AAF5A1. Grayscale: #292929. Windows color (decimal): -11204002 or 6163029. OLE color: 6163029.

HSL color Cylindrical-coordinate representation of color #550A5E: hue angle of 293.57º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550A5E is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB851094-
CMYK0.100.8900.63
HSL293.57º80.77%20.39%-
HSV(B)293.57º89.36%36.86%-
XYZ5.882.9610.85-
YUV42157.35158.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 10 (4.30% from 255) = 5.29%
BLUE value IS 94 (37.11% from 255) = 49.74%
R=44.97%
G=5.29%
B=49.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8510940.100.8900.63293.5780.7720.39
Hex55A5EA5903F1265114
Octal125121361213107744612124
Binary101010110101011110101010110010111111100100110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,10,94); }

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

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

 a { background-color: rgb(85,10,94); }

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

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

 span { border-color: rgb(85,10,94); }

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