#541252

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

Shades of Hot Purple #541252

Tints of Hot Purple #541252

Color information

#541252 (or 0x541252) is unknown color: approx Hot Purple. HEX triplet: 54, 12 and 52. RGB value is (84,18,82). Sum of RGB (Red+Green+Blue) = 84+18+82=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #541252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541252 is #ABEDAD. Grayscale: #2C2C2C. Windows color (decimal): -11267502 or 5378644. OLE color: 5378644.

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

Color convert

RGB841882-
CMYK00.790.020.67
HSL301.82º64.71%20%-
HSV(B)301.82º78.57%32.94%-
XYZ5.42.938.26-
YUV45.03148.87155.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.65%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 82 (32.42% from 255) = 44.57%
R=45.65%
G=9.78%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84188200.790.020.67301.8264.7120
Hex54125204F24312e4114
Octal124221220117210345610124
Binary101010010010101001001001111101000011100101110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541252; }

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

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

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

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

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

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

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

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