#541360

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

Shades of Hot Purple #541360

Tints of Hot Purple #541360

Color information

#541360 (or 0x541360) is unknown color: approx Hot Purple. HEX triplet: 54, 13 and 60. RGB value is (84,19,96). Sum of RGB (Red+Green+Blue) = 84+19+96=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #541360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541360 is #ABEC9F. Grayscale: #2E2E2E. Windows color (decimal): -11267232 or 6296404. OLE color: 6296404.

HSL color Cylindrical-coordinate representation of color #541360: hue angle of 290.65º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541360 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB841996-
CMYK0.120.8000.62
HSL290.65º66.96%22.55%-
HSV(B)290.65º80.21%37.65%-
XYZ63.211.37-
YUV47.21155.53154.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.21%
GREEN value IS 19 (7.81% from 255) = 9.55%
BLUE value IS 96 (37.89% from 255) = 48.24%
R=42.21%
G=9.55%
B=48.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8419960.120.8000.62290.6566.9622.55
Hex541360C5003E1234317
Octal124231401412007644310327
Binary1010100100111100000110010100000111110100100011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541360; }

 p { color: rgb(84,19,96); }

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

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

 a { background-color: rgb(84,19,96); }

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

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

 span { border-color: rgb(84,19,96); }

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