#54015A

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

Shades of Hot Purple #54015A

Tints of Hot Purple #54015A

Color information

#54015A (or 0x54015A) is unknown color: approx Hot Purple. HEX triplet: 54, 01 and 5A. RGB value is (84,1,90). Sum of RGB (Red+Green+Blue) = 84+1+90=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #54015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54015A is #ABFEA5. Grayscale: #232323. Windows color (decimal): -11271846 or 5898580. OLE color: 5898580.

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

Color convert

RGB84190-
CMYK0.070.9900.65
HSL295.96º97.8%17.84%-
HSV(B)295.96º98.89%35.29%-
XYZ5.512.649.89-
YUV35.96158.5162.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 90 (35.55% from 255) = 51.43%
R=48%
G=0.57%
B=51.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal841900.070.9900.65295.9697.817.84
Hex5415A7630411286212
Octal12411327143010145014222
Binary101010011011010111110001101000001100101000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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