#541454

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

Shades of Hot Purple #541454

Tints of Hot Purple #541454

Color information

#541454 (or 0x541454) is unknown color: approx Hot Purple. HEX triplet: 54, 14 and 54. RGB value is (84,20,84). Sum of RGB (Red+Green+Blue) = 84+20+84=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: red, blue. Hex color #541454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541454 is #ABEBAB. Grayscale: #2E2E2E. Windows color (decimal): -11266988 or 5510228. OLE color: 5510228.

HSL color Cylindrical-coordinate representation of color #541454: hue angle of 300º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #541454 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB842084-
CMYK00.7600.67
HSL300º61.54%20.39%-
HSV(B)300º76.19%32.94%-
XYZ5.513.038.68-
YUV46.43149.2154.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.68%
GREEN value IS 20 (8.20% from 255) = 10.64%
BLUE value IS 84 (33.20% from 255) = 44.68%
R=44.68%
G=10.64%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84208400.7600.6730061.5420.39
Hex54145404C04312c3e14
Octal12424124011401034547624
Binary1010100101001010100010011000100001110010110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541454; }

 p { color: rgb(84,20,84); }

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

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

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

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

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

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

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