#542559

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

Shades of Hot Purple #542559

Tints of Hot Purple #542559

Color information

#542559 (or 0x542559) is unknown color: approx Hot Purple. HEX triplet: 54, 25 and 59. RGB value is (84,37,89). Sum of RGB (Red+Green+Blue) = 84+37+89=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #542559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542559 is #ABDAA6. Grayscale: #383838. Windows color (decimal): -11262631 or 5842260. OLE color: 5842260.

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

Color convert

RGB843789-
CMYK0.060.5800.65
HSL294.23º41.27%24.71%-
HSV(B)294.23º58.43%34.9%-
XYZ6.123.939.89-
YUV56.98146.07147.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=40%
G=17.62%
B=42.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8437890.060.5800.65294.2341.2724.71
Hex54255963A0411262919
Octal1244513167201014465131
Binary101010010010110110011101110100100000110010011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542559; }

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

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

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

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

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

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

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

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