#54325D

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

Shades of Hot Purple #54325D

Tints of Hot Purple #54325D

Color information

#54325D (or 0x54325D) is unknown color: approx Hot Purple. HEX triplet: 54, 32 and 5D. RGB value is (84,50,93). Sum of RGB (Red+Green+Blue) = 84+50+93=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #54325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54325D is #ABCDA2. Grayscale: #404040. Windows color (decimal): -11259299 or 6107732. OLE color: 6107732.

HSL color Cylindrical-coordinate representation of color #54325D: hue angle of 287.44º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54325D is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB845093-
CMYK0.100.4600.64
HSL287.44º30.07%28.04%-
HSV(B)287.44º46.24%36.47%-
XYZ6.774.9610.96-
YUV65.07143.76141.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.00%
GREEN value IS 50 (19.92% from 255) = 22.03%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=37.00%
G=22.03%
B=40.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8450930.100.4600.64287.4430.0728.04
Hex54325DA2E04011f1e1c
Octal12462135125601004373634
Binary101010011001010111011010101110010000001000111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54325D; }

 p { color: rgb(84,50,93); }

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

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

 a { background-color: rgb(84,50,93); }

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

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

 span { border-color: rgb(84,50,93); }

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