#54295A

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

Shades of Hot Purple #54295A

Tints of Hot Purple #54295A

Color information

#54295A (or 0x54295A) is unknown color: approx Hot Purple. HEX triplet: 54, 29 and 5A. RGB value is (84,41,90). Sum of RGB (Red+Green+Blue) = 84+41+90=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #54295A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54295A is #ABD6A5. Grayscale: #3B3B3B. Windows color (decimal): -11261606 or 5908820. OLE color: 5908820.

HSL color Cylindrical-coordinate representation of color #54295A: hue angle of 292.65º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54295A is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB844190-
CMYK0.070.5400.65
HSL292.65º37.4%25.69%-
HSV(B)292.65º54.44%35.29%-
XYZ6.294.2110.15-
YUV59.44145.25145.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.07%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 90 (35.55% from 255) = 41.86%
R=39.07%
G=19.07%
B=41.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8441900.070.5400.65292.6537.425.69
Hex54295A736041125251a
Octal1245113276601014454532
Binary101010010100110110101111101100100000110010010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54295A; }

 p { color: rgb(84,41,90); }

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

<style>
 a { background-color: #54295A; }

 a { background-color: rgb(84,41,90); }

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

<style>
 span { border-color: #54295A; }

 span { border-color: rgb(84,41,90); }

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