#551761

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

Shades of Hot Purple #551761

Tints of Hot Purple #551761

Color information

#551761 (or 0x551761) is unknown color: approx Hot Purple. HEX triplet: 55, 17 and 61. RGB value is (85,23,97). Sum of RGB (Red+Green+Blue) = 85+23+97=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #551761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551761 is #AAE89E. Grayscale: #313131. Windows color (decimal): -11200671 or 6362965. OLE color: 6362965.

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

Color convert

RGB852397-
CMYK0.120.7600.62
HSL290.27º61.67%23.53%-
HSV(B)290.27º76.29%38.04%-
XYZ6.213.4111.64-
YUV49.97154.54152.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 23 (9.38% from 255) = 11.22%
BLUE value IS 97 (38.28% from 255) = 47.32%
R=41.46%
G=11.22%
B=47.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8523970.120.7600.62290.2761.6723.53
Hex551761C4C03E1223e18
Octal12527141141140764427630
Binary101010110111110000111001001100011111010010001011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551761; }

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

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

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

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

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

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

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

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