#542460

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

Shades of Hot Purple #542460

Tints of Hot Purple #542460

Color information

#542460 (or 0x542460) is unknown color: approx Hot Purple. HEX triplet: 54, 24 and 60. RGB value is (84,36,96). Sum of RGB (Red+Green+Blue) = 84+36+96=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #542460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542460 is #ABDB9F. Grayscale: #393939. Windows color (decimal): -11262880 or 6300756. OLE color: 6300756.

HSL color Cylindrical-coordinate representation of color #542460: hue angle of 288º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #542460 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB843696-
CMYK0.120.6200.62
HSL288º45.45%25.88%-
HSV(B)288º62.5%37.65%-
XYZ6.43.9911.5-
YUV57.19149.9147.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.89%
GREEN value IS 36 (14.45% from 255) = 16.67%
BLUE value IS 96 (37.89% from 255) = 44.44%
R=38.89%
G=16.67%
B=44.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8436960.120.6200.6228845.4525.88
Hex542460C3E03E1202d1a
Octal1244414014760764405532
Binary101010010010011000001100111110011111010010000010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542460; }

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

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

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

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

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

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

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

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