#542858

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

Shades of Hot Purple #542858

Tints of Hot Purple #542858

Color information

#542858 (or 0x542858) is unknown color: approx Hot Purple. HEX triplet: 54, 28 and 58. RGB value is (84,40,88). Sum of RGB (Red+Green+Blue) = 84+40+88=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 88 - color contains mainly: blue. Hex color #542858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542858 is #ABD7A7. Grayscale: #3A3A3A. Windows color (decimal): -11261864 or 5777492. OLE color: 5777492.

HSL color Cylindrical-coordinate representation of color #542858: hue angle of 295º degrees, saturation: 0.37, 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 #542858 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB844088-
CMYK0.050.5500.65
HSL295º37.5%25.1%-
HSV(B)295º54.55%34.51%-
XYZ6.184.119.7-
YUV58.63144.58146.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.62%
GREEN value IS 40 (16.02% from 255) = 18.87%
BLUE value IS 88 (34.77% from 255) = 41.51%
R=39.62%
G=18.87%
B=41.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8440880.050.5500.6529537.525.1
Hex5428585370411272519
Octal1245013056701014474531
Binary101010010100010110001011101110100000110010011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542858; }

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

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

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

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

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

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

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

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