#551860

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

Shades of Hot Purple #551860

Tints of Hot Purple #551860

Color information

#551860 (or 0x551860) is unknown color: approx Hot Purple. HEX triplet: 55, 18 and 60. RGB value is (85,24,96). Sum of RGB (Red+Green+Blue) = 85+24+96=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #551860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551860 is #AAE79F. Grayscale: #323232. Windows color (decimal): -11200416 or 6297685. OLE color: 6297685.

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

Color convert

RGB852496-
CMYK0.110.7500.62
HSL290.83º60%23.53%-
HSV(B)290.83º75%37.65%-
XYZ6.183.4311.4-
YUV50.45153.71152.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 24 (9.77% from 255) = 11.71%
BLUE value IS 96 (37.89% from 255) = 46.83%
R=41.46%
G=11.71%
B=46.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8524960.110.7500.62290.836023.53
Hex551860B4B03E1233c18
Octal12530140131130764437430
Binary101010111000110000010111001011011111010010001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551860; }

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

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

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

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

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

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

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

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