#54155E

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

Shades of Hot Purple #54155E

Tints of Hot Purple #54155E

Color information

#54155E (or 0x54155E) is unknown color: approx Hot Purple. HEX triplet: 54, 15 and 5E. RGB value is (84,21,94). Sum of RGB (Red+Green+Blue) = 84+21+94=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #54155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54155E is #ABEAA1. Grayscale: #2F2F2F. Windows color (decimal): -11266722 or 6165844. OLE color: 6165844.

HSL color Cylindrical-coordinate representation of color #54155E: hue angle of 291.78º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #54155E is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB842194-
CMYK0.110.7800.63
HSL291.78º63.48%22.55%-
HSV(B)291.78º77.66%36.86%-
XYZ5.943.2310.9-
YUV48.16153.87153.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.21%
GREEN value IS 21 (8.59% from 255) = 10.55%
BLUE value IS 94 (37.11% from 255) = 47.24%
R=42.21%
G=10.55%
B=47.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8421940.110.7800.63291.7863.4822.55
Hex54155EB4E03F1243f17
Octal12425136131160774447727
Binary101010010101101111010111001110011111110010010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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