#541261

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

Shades of Hot Purple #541261

Tints of Hot Purple #541261

Color information

#541261 (or 0x541261) is unknown color: approx Hot Purple. HEX triplet: 54, 12 and 61. RGB value is (84,18,97). Sum of RGB (Red+Green+Blue) = 84+18+97=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #541261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541261 is #ABED9E. Grayscale: #2E2E2E. Windows color (decimal): -11267487 or 6361684. OLE color: 6361684.

HSL color Cylindrical-coordinate representation of color #541261: hue angle of 290.13º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #541261 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB841897-
CMYK0.130.8100.62
HSL290.13º68.7%22.55%-
HSV(B)290.13º81.44%38.04%-
XYZ6.033.1811.61-
YUV46.74156.37154.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.21%
GREEN value IS 18 (7.42% from 255) = 9.05%
BLUE value IS 97 (38.28% from 255) = 48.74%
R=42.21%
G=9.05%
B=48.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8418970.130.8100.62290.1368.722.55
Hex541261D5103E1224517
Octal124221411512107644210527
Binary1010100100101100001110110100010111110100100010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541261; }

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

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

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

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

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

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

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

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