#550C5E

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

Shades of Hot Purple #550C5E

Tints of Hot Purple #550C5E

Color information

#550C5E (or 0x550C5E) is unknown color: approx Hot Purple. HEX triplet: 55, 0C and 5E. RGB value is (85,12,94). Sum of RGB (Red+Green+Blue) = 85+12+94=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 94 - color contains mainly: blue. Hex color #550C5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550C5E is #AAF3A1. Grayscale: #2A2A2A. Windows color (decimal): -11203490 or 6163541. OLE color: 6163541.

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

Color convert

RGB851294-
CMYK0.100.8700.63
HSL293.41º77.36%20.78%-
HSV(B)293.41º87.23%36.86%-
XYZ5.9310.86-
YUV43.18156.68157.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 12 (5.08% from 255) = 6.28%
BLUE value IS 94 (37.11% from 255) = 49.21%
R=44.50%
G=6.28%
B=49.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8512940.100.8700.63293.4177.3620.78
Hex55C5EA5703F1254d15
Octal125141361212707744511525
Binary101010111001011110101010101110111111100100101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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