#54395A

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

Shades of Hot Purple #54395A

Tints of Hot Purple #54395A

Color information

#54395A (or 0x54395A) is unknown color: approx Hot Purple. HEX triplet: 54, 39 and 5A. RGB value is (84,57,90). Sum of RGB (Red+Green+Blue) = 84+57+90=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #54395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54395A is #ABC6A5. Grayscale: #444444. Windows color (decimal): -11257510 or 5912916. OLE color: 5912916.

HSL color Cylindrical-coordinate representation of color #54395A: hue angle of 289.09º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54395A is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB845790-
CMYK0.070.3700.65
HSL289.09º22.45%28.82%-
HSV(B)289.09º36.67%35.29%-
XYZ6.965.5510.38-
YUV68.83139.95138.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 57 (22.66% from 255) = 24.68%
BLUE value IS 90 (35.55% from 255) = 38.96%
R=36.36%
G=24.68%
B=38.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8457900.070.3700.65289.0922.4528.82
Hex54395A725041121161d
Octal1247113274501014412635
Binary10101001110011011010111100101010000011001000011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54395A; }

 p { color: rgb(84,57,90); }

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

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

 a { background-color: rgb(84,57,90); }

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

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

 span { border-color: rgb(84,57,90); }

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