#541059

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

Shades of Hot Purple #541059

Tints of Hot Purple #541059

Color information

#541059 (or 0x541059) is unknown color: approx Hot Purple. HEX triplet: 54, 10 and 59. RGB value is (84,16,89). Sum of RGB (Red+Green+Blue) = 84+16+89=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #541059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541059 is #ABEFA6. Grayscale: #2C2C2C. Windows color (decimal): -11268007 or 5836884. OLE color: 5836884.

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

Color convert

RGB841689-
CMYK0.060.8200.65
HSL295.89º69.52%20.59%-
HSV(B)295.89º82.02%34.9%-
XYZ5.642.989.73-
YUV44.65153.03156.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.44%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 89 (35.16% from 255) = 47.09%
R=44.44%
G=8.47%
B=47.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8416890.060.8200.65295.8969.5220.59
Hex5410596520411284615
Octal124201316122010145010625
Binary1010100100001011001110101001001000001100101000100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541059; }

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

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

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

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

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

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

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

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