#551261

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

Shades of Hot Purple #551261

Tints of Hot Purple #551261

Color information

#551261 (or 0x551261) is unknown color: approx Hot Purple. HEX triplet: 55, 12 and 61. RGB value is (85,18,97). Sum of RGB (Red+Green+Blue) = 85+18+97=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #551261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551261 is #AAED9E. Grayscale: #2E2E2E. Windows color (decimal): -11201951 or 6361685. OLE color: 6361685.

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

Color convert

RGB851897-
CMYK0.120.8100.62
HSL290.89º68.7%22.55%-
HSV(B)290.89º81.44%38.04%-
XYZ6.123.2311.61-
YUV47.04156.2155.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 18 (7.42% from 255) = 9%
BLUE value IS 97 (38.28% from 255) = 48.5%
R=42.5%
G=9%
B=48.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8518970.120.8100.62290.8968.722.55
Hex551261C5103E1234517
Octal125221411412107644310527
Binary1010101100101100001110010100010111110100100011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551261; }

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

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

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

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

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

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

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

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