#551560

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

Shades of Hot Purple #551560

Tints of Hot Purple #551560

Color information

#551560 (or 0x551560) is unknown color: approx Hot Purple. HEX triplet: 55, 15 and 60. RGB value is (85,21,96). Sum of RGB (Red+Green+Blue) = 85+21+96=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #551560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551560 is #AAEA9F. Grayscale: #303030. Windows color (decimal): -11201184 or 6296917. OLE color: 6296917.

HSL color Cylindrical-coordinate representation of color #551560: hue angle of 291.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551560 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB852196-
CMYK0.110.7800.62
HSL291.2º64.1%22.94%-
HSV(B)291.2º78.12%37.65%-
XYZ6.133.3111.38-
YUV48.69154.7153.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.08%
GREEN value IS 21 (8.59% from 255) = 10.40%
BLUE value IS 96 (37.89% from 255) = 47.52%
R=42.08%
G=10.40%
B=47.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8521960.110.7800.62291.264.122.94
Hex551560B4E03E1234017
Octal125251401311607644310027
Binary1010101101011100000101110011100111110100100011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551560; }

 p { color: rgb(85,21,96); }

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

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

 a { background-color: rgb(85,21,96); }

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

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

 span { border-color: rgb(85,21,96); }

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