#54365C

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

Shades of Hot Purple #54365C

Tints of Hot Purple #54365C

Color information

#54365C (or 0x54365C) is unknown color: approx Hot Purple. HEX triplet: 54, 36 and 5C. RGB value is (84,54,92). Sum of RGB (Red+Green+Blue) = 84+54+92=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 92 - color contains mainly: blue. Hex color #54365C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54365C is #ABC9A3. Grayscale: #434343. Windows color (decimal): -11258276 or 6043220. OLE color: 6043220.

HSL color Cylindrical-coordinate representation of color #54365C: hue angle of 287.37º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #54365C is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB845492-
CMYK0.090.4100.64
HSL287.37º26.03%28.63%-
HSV(B)287.37º41.3%36.08%-
XYZ6.915.310.78-
YUV67.3141.94139.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.52%
GREEN value IS 54 (21.48% from 255) = 23.48%
BLUE value IS 92 (36.33% from 255) = 40%
R=36.52%
G=23.48%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8454920.090.4100.64287.3726.0328.63
Hex54365C92904011f1a1d
Octal12466134115101004373235
Binary101010011011010111001001101001010000001000111111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54365C; }

 p { color: rgb(84,54,92); }

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

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

 a { background-color: rgb(84,54,92); }

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

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

 span { border-color: rgb(84,54,92); }

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