#541353

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

Shades of Hot Purple #541353

Tints of Hot Purple #541353

Color information

#541353 (or 0x541353) is unknown color: approx Hot Purple. HEX triplet: 54, 13 and 53. RGB value is (84,19,83). Sum of RGB (Red+Green+Blue) = 84+19+83=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #541353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541353 is #ABECAC. Grayscale: #2D2D2D. Windows color (decimal): -11267245 or 5444436. OLE color: 5444436.

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

Color convert

RGB841983-
CMYK00.770.010.67
HSL300.92º63.11%20.2%-
HSV(B)300.92º77.38%32.94%-
XYZ5.452.988.47-
YUV45.73149.03155.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.16%
GREEN value IS 19 (7.81% from 255) = 10.22%
BLUE value IS 83 (32.81% from 255) = 44.62%
R=45.16%
G=10.22%
B=44.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84198300.770.010.67300.9263.1120.2
Hex54135304D14312d3f14
Octal12423123011511034557724
Binary1010100100111010011010011011100001110010110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541353; }

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

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

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

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

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

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

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

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