#551E61

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

Shades of Hot Purple #551E61

Tints of Hot Purple #551E61

Color information

#551E61 (or 0x551E61) is unknown color: approx Hot Purple. HEX triplet: 55, 1E and 61. RGB value is (85,30,97). Sum of RGB (Red+Green+Blue) = 85+30+97=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #551E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551E61 is #AAE19E. Grayscale: #353535. Windows color (decimal): -11198879 or 6364757. OLE color: 6364757.

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

Color convert

RGB853097-
CMYK0.120.6900.62
HSL289.25º52.76%24.9%-
HSV(B)289.25º69.07%38.04%-
XYZ6.373.7211.69-
YUV54.08152.22150.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 30 (12.11% from 255) = 14.15%
BLUE value IS 97 (38.28% from 255) = 45.75%
R=40.09%
G=14.15%
B=45.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8530970.120.6900.62289.2552.7624.9
Hex551E61C4503E1213519
Octal12536141141050764416531
Binary101010111110110000111001000101011111010010000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551E61; }

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

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

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

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

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

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

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

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