#54375C

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

Shades of Hot Purple #54375C

Tints of Hot Purple #54375C

Color information

#54375C (or 0x54375C) is unknown color: approx Hot Purple. HEX triplet: 54, 37 and 5C. RGB value is (84,55,92). Sum of RGB (Red+Green+Blue) = 84+55+92=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 92 - color contains mainly: blue. Hex color #54375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54375C is #ABC8A3. Grayscale: #434343. Windows color (decimal): -11258020 or 6043476. OLE color: 6043476.

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

Color convert

RGB845592-
CMYK0.090.4000.64
HSL287.03º25.17%28.82%-
HSV(B)287.03º40.22%36.08%-
XYZ6.955.3910.8-
YUV67.89141.61139.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 55 (21.88% from 255) = 23.81%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=36.36%
G=23.81%
B=39.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8455920.090.4000.64287.0325.1728.82
Hex54375C92804011f191d
Octal12467134115001004373135
Binary101010011011110111001001101000010000001000111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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