#551053

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

Shades of Hot Purple #551053

Tints of Hot Purple #551053

Color information

#551053 (or 0x551053) is unknown color: approx Hot Purple. HEX triplet: 55, 10 and 53. RGB value is (85,16,83). Sum of RGB (Red+Green+Blue) = 85+16+83=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #551053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551053 is #AAEFAC. Grayscale: #2C2C2C. Windows color (decimal): -11202477 or 5443669. OLE color: 5443669.

HSL color Cylindrical-coordinate representation of color #551053: hue angle of 301.74º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551053 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB851683-
CMYK00.810.020.67
HSL301.74º68.32%19.8%-
HSV(B)301.74º81.18%33.33%-
XYZ5.492.938.46-
YUV44.27149.86157.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 16 (6.64% from 255) = 8.70%
BLUE value IS 83 (32.81% from 255) = 45.11%
R=46.20%
G=8.70%
B=45.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85168300.810.020.67301.7468.3219.8
Hex55105305124312e4414
Octal125201230121210345610424
Binary101010110000101001101010001101000011100101110100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551053; }

 p { color: rgb(85,16,83); }

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

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

 a { background-color: rgb(85,16,83); }

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

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

 span { border-color: rgb(85,16,83); }

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