#542A55

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

Shades of Hot Purple #542A55

Tints of Hot Purple #542A55

Color information

#542A55 (or 0x542A55) is unknown color: approx Hot Purple. HEX triplet: 54, 2A and 55. RGB value is (84,42,85). Sum of RGB (Red+Green+Blue) = 84+42+85=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 85 - color contains mainly: blue. Hex color #542A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542A55 is #ABD5AA. Grayscale: #3B3B3B. Windows color (decimal): -11261355 or 5581396. OLE color: 5581396.

HSL color Cylindrical-coordinate representation of color #542A55: hue angle of 298.6º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #542A55 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB844285-
CMYK0.010.5100.67
HSL298.6º33.86%24.9%-
HSV(B)298.6º50.59%33.33%-
XYZ6.124.29.08-
YUV59.46142.41145.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.81%
GREEN value IS 42 (16.80% from 255) = 19.91%
BLUE value IS 85 (33.59% from 255) = 40.28%
R=39.81%
G=19.91%
B=40.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8442850.010.5100.67298.633.8624.9
Hex542A5513304312b2219
Octal1245212516301034534231
Binary1010100101010101010111100110100001110010101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542A55; }

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

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

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

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

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

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

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

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