#542453

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

Shades of Hot Purple #542453

Tints of Hot Purple #542453

Color information

#542453 (or 0x542453) is unknown color: approx Hot Purple. HEX triplet: 54, 24 and 53. RGB value is (84,36,83). Sum of RGB (Red+Green+Blue) = 84+36+83=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 84 - color contains mainly: red. Hex color #542453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542453 is #ABDBAC. Grayscale: #373737. Windows color (decimal): -11262893 or 5448788. OLE color: 5448788.

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

Color convert

RGB843683-
CMYK00.570.010.67
HSL301.25º40%23.53%-
HSV(B)301.25º57.14%32.94%-
XYZ5.853.778.6-
YUV55.71143.4148.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.38%
GREEN value IS 36 (14.45% from 255) = 17.73%
BLUE value IS 83 (32.81% from 255) = 40.89%
R=41.38%
G=17.73%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84368300.570.010.67301.254023.53
Hex54245303914312d2818
Octal1244412307111034555030
Binary1010100100100101001101110011100001110010110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542453; }

 p { color: rgb(84,36,83); }

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

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

 a { background-color: rgb(84,36,83); }

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

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

 span { border-color: rgb(84,36,83); }

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