#54155B

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

Shades of Hot Purple #54155B

Tints of Hot Purple #54155B

Color information

#54155B (or 0x54155B) is unknown color: approx Hot Purple. HEX triplet: 54, 15 and 5B. RGB value is (84,21,91). Sum of RGB (Red+Green+Blue) = 84+21+91=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #54155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54155B is #ABEAA4. Grayscale: #2F2F2F. Windows color (decimal): -11266725 or 5969236. OLE color: 5969236.

HSL color Cylindrical-coordinate representation of color #54155B: hue angle of 294º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #54155B is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB842191-
CMYK0.080.7700.64
HSL294º62.5%21.96%-
HSV(B)294º76.92%35.69%-
XYZ5.813.1810.2-
YUV47.82152.37153.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.86%
GREEN value IS 21 (8.59% from 255) = 10.71%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=42.86%
G=10.71%
B=46.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8421910.080.7700.6429462.521.96
Hex54155B84D0401263e16
Octal124251331011501004467626
Binary1010100101011011011100010011010100000010010011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54155B; }

 p { color: rgb(84,21,91); }

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

<style>
 a { background-color: #54155B; }

 a { background-color: rgb(84,21,91); }

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

<style>
 span { border-color: #54155B; }

 span { border-color: rgb(84,21,91); }

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