#54315C

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

Shades of Hot Purple #54315C

Tints of Hot Purple #54315C

Color information

#54315C (or 0x54315C) is unknown color: approx Hot Purple. HEX triplet: 54, 31 and 5C. RGB value is (84,49,92). Sum of RGB (Red+Green+Blue) = 84+49+92=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 92 - color contains mainly: blue. Hex color #54315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54315C is #ABCEA3. Grayscale: #404040. Windows color (decimal): -11259556 or 6041940. OLE color: 6041940.

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

Color convert

RGB844992-
CMYK0.090.4700.64
HSL288.84º30.5%27.65%-
HSV(B)288.84º46.74%36.08%-
XYZ6.694.8510.71-
YUV64.37143.6142-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.33%
GREEN value IS 49 (19.53% from 255) = 21.78%
BLUE value IS 92 (36.33% from 255) = 40.89%
R=37.33%
G=21.78%
B=40.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8449920.090.4700.64288.8430.527.65
Hex54315C92F0401211e1c
Octal12461134115701004413634
Binary101010011000110111001001101111010000001001000011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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