#551760

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

Shades of Hot Purple #551760

Tints of Hot Purple #551760

Color information

#551760 (or 0x551760) is unknown color: approx Hot Purple. HEX triplet: 55, 17 and 60. RGB value is (85,23,96). Sum of RGB (Red+Green+Blue) = 85+23+96=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #551760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551760 is #AAE89F. Grayscale: #313131. Windows color (decimal): -11200672 or 6297429. OLE color: 6297429.

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

Color convert

RGB852396-
CMYK0.110.7600.62
HSL290.96º61.34%23.33%-
HSV(B)290.96º76.04%37.65%-
XYZ6.163.3911.4-
YUV49.86154.04153.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 23 (9.38% from 255) = 11.27%
BLUE value IS 96 (37.89% from 255) = 47.06%
R=41.67%
G=11.27%
B=47.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8523960.110.7600.62290.9661.3423.33
Hex551760B4C03E1233d17
Octal12527140131140764437527
Binary101010110111110000010111001100011111010010001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551760; }

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

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

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

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

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

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

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

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