#54034E

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

Shades of Tyrian Purple #54034E

Tints of Tyrian Purple #54034E

Color information

#54034E (or 0x54034E) is unknown color: approx Tyrian Purple. HEX triplet: 54, 03 and 4E. RGB value is (84,3,78). Sum of RGB (Red+Green+Blue) = 84+3+78=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #54034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54034E is #ABFCB1. Grayscale: #232323. Windows color (decimal): -11271346 or 5112660. OLE color: 5112660.

HSL color Cylindrical-coordinate representation of color #54034E: hue angle of 304.44º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #54034E is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB84378-
CMYK00.960.070.67
HSL304.44º93.1%17.06%-
HSV(B)304.44º96.43%32.94%-
XYZ5.062.57.42-
YUV35.77151.84162.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.91%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 78 (30.86% from 255) = 47.27%
R=50.91%
G=1.82%
B=47.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8437800.960.070.67304.4493.117.06
Hex5434E0607431305d11
Octal12431160140710346013521
Binary1010100111001110011000001111000011100110000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54034E; }

 p { color: rgb(84,3,78); }

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

<style>
 a { background-color: #54034E; }

 a { background-color: rgb(84,3,78); }

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

<style>
 span { border-color: #54034E; }

 span { border-color: rgb(84,3,78); }

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