#542255

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

Shades of Hot Purple #542255

Tints of Hot Purple #542255

Color information

#542255 (or 0x542255) is unknown color: approx Hot Purple. HEX triplet: 54, 22 and 55. RGB value is (84,34,85). Sum of RGB (Red+Green+Blue) = 84+34+85=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #542255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542255 is #ABDDAA. Grayscale: #363636. Windows color (decimal): -11263403 or 5579348. OLE color: 5579348.

HSL color Cylindrical-coordinate representation of color #542255: hue angle of 298.82º degrees, saturation: 0.43, 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 #542255 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB843485-
CMYK0.010.6000.67
HSL298.82º42.86%23.33%-
HSV(B)298.82º60%33.33%-
XYZ5.873.689-
YUV54.76145.06148.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.38%
GREEN value IS 34 (13.67% from 255) = 16.75%
BLUE value IS 85 (33.59% from 255) = 41.87%
R=41.38%
G=16.75%
B=41.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8434850.010.6000.67298.8242.8623.33
Hex54225513C04312b2b17
Octal1244212517401034535327
Binary1010100100010101010111111000100001110010101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542255; }

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

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

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

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

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

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

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

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