#541259

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

Shades of Hot Purple #541259

Tints of Hot Purple #541259

Color information

#541259 (or 0x541259) is unknown color: approx Hot Purple. HEX triplet: 54, 12 and 59. RGB value is (84,18,89). Sum of RGB (Red+Green+Blue) = 84+18+89=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #541259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541259 is #ABEDA6. Grayscale: #2D2D2D. Windows color (decimal): -11267495 or 5837396. OLE color: 5837396.

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

Color convert

RGB841889-
CMYK0.060.8000.65
HSL295.77º66.36%20.98%-
HSV(B)295.77º79.78%34.9%-
XYZ5.683.049.74-
YUV45.83152.37155.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.98%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 89 (35.16% from 255) = 46.60%
R=43.98%
G=9.42%
B=46.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8418890.060.8000.65295.7766.3620.98
Hex5412596500411284215
Octal124221316120010145010225
Binary1010100100101011001110101000001000001100101000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541259; }

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

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

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

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

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

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

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

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