#542558

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

Shades of Hot Purple #542558

Tints of Hot Purple #542558

Color information

#542558 (or 0x542558) is unknown color: approx Hot Purple. HEX triplet: 54, 25 and 58. RGB value is (84,37,88). Sum of RGB (Red+Green+Blue) = 84+37+88=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #542558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542558 is #ABDAA7. Grayscale: #383838. Windows color (decimal): -11262632 or 5776724. OLE color: 5776724.

HSL color Cylindrical-coordinate representation of color #542558: hue angle of 295.29º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #542558 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB843788-
CMYK0.050.5800.65
HSL295.29º40.8%24.51%-
HSV(B)295.29º57.95%34.51%-
XYZ6.083.919.67-
YUV56.87145.57147.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.19%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 88 (34.77% from 255) = 42.11%
R=40.19%
G=17.70%
B=42.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8437880.050.5800.65295.2940.824.51
Hex54255853A0411272919
Octal1244513057201014475131
Binary101010010010110110001011110100100000110010011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542558; }

 p { color: rgb(84,37,88); }

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

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

 a { background-color: rgb(84,37,88); }

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

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

 span { border-color: rgb(84,37,88); }

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