#542859

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

Shades of Hot Purple #542859

Tints of Hot Purple #542859

Color information

#542859 (or 0x542859) is unknown color: approx Hot Purple. HEX triplet: 54, 28 and 59. RGB value is (84,40,89). Sum of RGB (Red+Green+Blue) = 84+40+89=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #542859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542859 is #ABD7A6. Grayscale: #3A3A3A. Windows color (decimal): -11261863 or 5843028. OLE color: 5843028.

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

Color convert

RGB844089-
CMYK0.060.5500.65
HSL293.88º37.98%25.29%-
HSV(B)293.88º55.06%34.9%-
XYZ6.224.129.92-
YUV58.74145.08146.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.44%
GREEN value IS 40 (16.02% from 255) = 18.78%
BLUE value IS 89 (35.16% from 255) = 41.78%
R=39.44%
G=18.78%
B=41.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8440890.060.5500.65293.8837.9825.29
Hex5428596370411262619
Octal1245013166701014464631
Binary101010010100010110011101101110100000110010011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542859; }

 p { color: rgb(84,40,89); }

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

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

 a { background-color: rgb(84,40,89); }

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

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

 span { border-color: rgb(84,40,89); }

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