#553054

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

Shades of Hot Purple #553054

Tints of Hot Purple #553054

Color information

#553054 (or 0x553054) is unknown color: approx Hot Purple. HEX triplet: 55, 30 and 54. RGB value is (85,48,84). Sum of RGB (Red+Green+Blue) = 85+48+84=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #553054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553054 is #AACFAB. Grayscale: #3F3F3F. Windows color (decimal): -11194284 or 5517397. OLE color: 5517397.

HSL color Cylindrical-coordinate representation of color #553054: hue angle of 301.62º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #553054 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB854884-
CMYK00.440.010.67
HSL301.62º27.82%26.08%-
HSV(B)301.62º43.53%33.33%-
XYZ6.44.698.95-
YUV63.17139.76143.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.17%
GREEN value IS 48 (19.14% from 255) = 22.12%
BLUE value IS 84 (33.20% from 255) = 38.71%
R=39.17%
G=22.12%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85488400.440.010.67301.6227.8226.08
Hex55305402C14312e1c1a
Octal1256012405411034563432
Binary101010111000010101000101100110000111001011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553054; }

 p { color: rgb(85,48,84); }

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

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

 a { background-color: rgb(85,48,84); }

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

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

 span { border-color: rgb(85,48,84); }

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