#552054

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

Shades of Hot Purple #552054

Tints of Hot Purple #552054

Color information

#552054 (or 0x552054) is unknown color: approx Hot Purple. HEX triplet: 55, 20 and 54. RGB value is (85,32,84). Sum of RGB (Red+Green+Blue) = 85+32+84=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #552054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552054 is #AADFAB. Grayscale: #353535. Windows color (decimal): -11198380 or 5513301. OLE color: 5513301.

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

Color convert

RGB853284-
CMYK00.620.010.67
HSL301.13º45.3%22.94%-
HSV(B)301.13º62.35%33.33%-
XYZ5.863.68.77-
YUV53.78145.06150.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 84 (33.20% from 255) = 41.79%
R=42.29%
G=15.92%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85328400.620.010.67301.1345.322.94
Hex55205403E14312d2d17
Octal1254012407611034555527
Binary1010101100000101010001111101100001110010110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552054; }

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

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

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

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

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

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

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

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