#540134

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

Shades of Tyrian Purple #540134

Tints of Tyrian Purple #540134

Color information

#540134 (or 0x540134) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 34. RGB value is (84,1,52). Sum of RGB (Red+Green+Blue) = 84+1+52=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #540134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540134 is #ABFECB. Grayscale: #1F1F1F. Windows color (decimal): -11271884 or 3408212. OLE color: 3408212.

HSL color Cylindrical-coordinate representation of color #540134: hue angle of 323.13º 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 #540134 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB84152-
CMYK00.990.380.67
HSL323.13º97.65%16.67%-
HSV(B)323.13º98.81%32.94%-
XYZ4.292.153.44-
YUV31.63139.5165.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.31%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 52 (20.70% from 255) = 37.96%
R=61.31%
G=0.73%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8415200.990.380.67323.1397.6516.67
Hex5413406326431436211
Octal12416401434610350314221
Binary10101001110100011000111001101000011101000011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540134; }

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

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

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

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

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

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

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

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