#541159

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

Shades of Hot Purple #541159

Tints of Hot Purple #541159

Color information

#541159 (or 0x541159) is unknown color: approx Hot Purple. HEX triplet: 54, 11 and 59. RGB value is (84,17,89). Sum of RGB (Red+Green+Blue) = 84+17+89=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #541159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541159 is #ABEEA6. Grayscale: #2D2D2D. Windows color (decimal): -11267751 or 5837140. OLE color: 5837140.

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

Color convert

RGB841789-
CMYK0.060.8100.65
HSL295.83º67.92%20.78%-
HSV(B)295.83º80.9%34.9%-
XYZ5.663.019.73-
YUV45.24152.7155.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.21%
GREEN value IS 17 (7.03% from 255) = 8.95%
BLUE value IS 89 (35.16% from 255) = 46.84%
R=44.21%
G=8.95%
B=46.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8417890.060.8100.65295.8367.9220.78
Hex5411596510411284415
Octal124211316121010145010425
Binary1010100100011011001110101000101000001100101000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541159; }

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

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

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

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

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

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

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

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