#54155C

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

Shades of Hot Purple #54155C

Tints of Hot Purple #54155C

Color information

#54155C (or 0x54155C) is unknown color: approx Hot Purple. HEX triplet: 54, 15 and 5C. RGB value is (84,21,92). Sum of RGB (Red+Green+Blue) = 84+21+92=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #54155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54155C is #ABEAA3. Grayscale: #2F2F2F. Windows color (decimal): -11266724 or 6034772. OLE color: 6034772.

HSL color Cylindrical-coordinate representation of color #54155C: hue angle of 293.24º degrees, saturation: 0.63, 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 #54155C is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB842192-
CMYK0.090.7700.64
HSL293.24º62.83%22.16%-
HSV(B)293.24º77.17%36.08%-
XYZ5.863.1910.43-
YUV47.93152.87153.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.64%
GREEN value IS 21 (8.59% from 255) = 10.66%
BLUE value IS 92 (36.33% from 255) = 46.70%
R=42.64%
G=10.66%
B=46.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8421920.090.7700.64293.2462.8322.16
Hex54155C94D0401253f16
Octal124251341111501004457726
Binary1010100101011011100100110011010100000010010010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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