#542251

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

Shades of Hot Purple #542251

Tints of Hot Purple #542251

Color information

#542251 (or 0x542251) is unknown color: approx Hot Purple. HEX triplet: 54, 22 and 51. RGB value is (84,34,81). Sum of RGB (Red+Green+Blue) = 84+34+81=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 84 - color contains mainly: red. Hex color #542251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542251 is #ABDDAE. Grayscale: #363636. Windows color (decimal): -11263407 or 5317204. OLE color: 5317204.

HSL color Cylindrical-coordinate representation of color #542251: hue angle of 303.6º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #542251 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB843481-
CMYK00.600.040.67
HSL303.6º42.37%23.14%-
HSV(B)303.6º59.52%32.94%-
XYZ5.713.628.18-
YUV54.31143.06149.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.21%
GREEN value IS 34 (13.67% from 255) = 17.09%
BLUE value IS 81 (32.03% from 255) = 40.70%
R=42.21%
G=17.09%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84348100.600.040.67303.642.3723.14
Hex54225103C4431302a17
Octal1244212107441034605227
Binary101010010001010100010111100100100001110011000010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542251; }

 p { color: rgb(84,34,81); }

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

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

 a { background-color: rgb(84,34,81); }

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

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

 span { border-color: rgb(84,34,81); }

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