#541760

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

Shades of Hot Purple #541760

Tints of Hot Purple #541760

Color information

#541760 (or 0x541760) is unknown color: approx Hot Purple. HEX triplet: 54, 17 and 60. RGB value is (84,23,96). Sum of RGB (Red+Green+Blue) = 84+23+96=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #541760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541760 is #ABE89F. Grayscale: #313131. Windows color (decimal): -11266208 or 6297428. OLE color: 6297428.

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

Color convert

RGB842396-
CMYK0.120.7600.62
HSL290.14º61.34%23.33%-
HSV(B)290.14º76.04%37.65%-
XYZ6.073.3411.39-
YUV49.56154.21152.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.38%
GREEN value IS 23 (9.38% from 255) = 11.33%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=41.38%
G=11.33%
B=47.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8423960.120.7600.62290.1461.3423.33
Hex541760C4C03E1223d17
Octal12427140141140764427527
Binary101010010111110000011001001100011111010010001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541760; }

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

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

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

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

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

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

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

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