#54025A

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

Shades of Hot Purple #54025A

Tints of Hot Purple #54025A

Color information

#54025A (or 0x54025A) is unknown color: approx Hot Purple. HEX triplet: 54, 02 and 5A. RGB value is (84,2,90). Sum of RGB (Red+Green+Blue) = 84+2+90=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #54025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54025A is #ABFDA5. Grayscale: #242424. Windows color (decimal): -11271590 or 5898836. OLE color: 5898836.

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

Color convert

RGB84290-
CMYK0.070.9800.65
HSL295.91º95.65%18.04%-
HSV(B)295.91º97.78%35.29%-
XYZ5.522.679.9-
YUV36.55158.17161.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.73%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 90 (35.55% from 255) = 51.14%
R=47.73%
G=1.14%
B=51.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal842900.070.9800.65295.9195.6518.04
Hex5425A7620411286012
Octal12421327142010145014022
Binary1010100101011010111110001001000001100101000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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