#54115D

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

Shades of Hot Purple #54115D

Tints of Hot Purple #54115D

Color information

#54115D (or 0x54115D) is unknown color: approx Hot Purple. HEX triplet: 54, 11 and 5D. RGB value is (84,17,93). Sum of RGB (Red+Green+Blue) = 84+17+93=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #54115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54115D is #ABEEA2. Grayscale: #2D2D2D. Windows color (decimal): -11267747 or 6099284. OLE color: 6099284.

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

Color convert

RGB841793-
CMYK0.100.8200.64
HSL292.89º69.09%21.57%-
HSV(B)292.89º81.72%36.47%-
XYZ5.833.0810.64-
YUV45.7154.7155.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.30%
GREEN value IS 17 (7.03% from 255) = 8.76%
BLUE value IS 93 (36.72% from 255) = 47.94%
R=43.30%
G=8.76%
B=47.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8417930.100.8200.64292.8969.0921.57
Hex54115DA520401254516
Octal1242113512122010044510526
Binary10101001000110111011010101001001000000100100101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54115D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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