#551056

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

Shades of Hot Purple #551056

Tints of Hot Purple #551056

Color information

#551056 (or 0x551056) is unknown color: approx Hot Purple. HEX triplet: 55, 10 and 56. RGB value is (85,16,86). Sum of RGB (Red+Green+Blue) = 85+16+86=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #551056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551056 is #AAEFA9. Grayscale: #2C2C2C. Windows color (decimal): -11202474 or 5640277. OLE color: 5640277.

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

Color convert

RGB851686-
CMYK0.010.8100.66
HSL299.14º68.63%20%-
HSV(B)299.14º81.4%33.73%-
XYZ5.612.979.08-
YUV44.61151.36156.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 16 (6.64% from 255) = 8.56%
BLUE value IS 86 (33.98% from 255) = 45.99%
R=45.45%
G=8.56%
B=45.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8516860.010.8100.66299.1468.6320
Hex55105615104212b4514
Octal125201261121010245310524
Binary10101011000010101101101000101000010100101011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551056; }

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

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

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

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

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

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

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

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