#541561

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

Shades of Hot Purple #541561

Tints of Hot Purple #541561

Color information

#541561 (or 0x541561) is unknown color: approx Hot Purple. HEX triplet: 54, 15 and 61. RGB value is (84,21,97). Sum of RGB (Red+Green+Blue) = 84+21+97=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #541561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541561 is #ABEA9E. Grayscale: #303030. Windows color (decimal): -11266719 or 6362452. OLE color: 6362452.

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

Color convert

RGB842197-
CMYK0.130.7800.62
HSL289.74º64.41%23.14%-
HSV(B)289.74º78.35%38.04%-
XYZ6.083.2811.62-
YUV48.5155.37153.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.58%
GREEN value IS 21 (8.59% from 255) = 10.40%
BLUE value IS 97 (38.28% from 255) = 48.02%
R=41.58%
G=10.40%
B=48.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8421970.130.7800.62289.7464.4123.14
Hex541561D4E03E1224017
Octal124251411511607644210027
Binary1010100101011100001110110011100111110100100010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541561; }

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

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

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

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

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

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

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

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