#54014B

Color #54014B Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #54014B

Tints of Tyrian Purple #54014B

Color information

#54014B (or 0x54014B) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 4B. RGB value is (84,1,75). Sum of RGB (Red+Green+Blue) = 84+1+75=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #54014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54014B is #ABFEB4. Grayscale: #222222. Windows color (decimal): -11271861 or 4915540. OLE color: 4915540.

HSL color Cylindrical-coordinate representation of color #54014B: hue angle of 306.51º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54014B is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB84175-
CMYK00.990.110.67
HSL306.51º97.65%16.67%-
HSV(B)306.51º98.81%32.94%-
XYZ4.942.416.86-
YUV34.25151163.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.5%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 75 (29.69% from 255) = 46.88%
R=52.5%
G=0.62%
B=46.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8417500.990.110.67306.5197.6516.67
Hex5414B063B431336211
Octal124111301431310346314221
Binary1010100110010110110001110111000011100110011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54014B; }

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

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

<style>
 a { background-color: #54014B; }

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

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

<style>
 span { border-color: #54014B; }

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

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