#540126

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

Shades of Tyrian Purple #540126

Tints of Tyrian Purple #540126

Color information

#540126 (or 0x540126) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 26. RGB value is (84,1,38). Sum of RGB (Red+Green+Blue) = 84+1+38=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #540126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540126 is #ABFED9. Grayscale: #1D1D1D. Windows color (decimal): -11271898 or 2490708. OLE color: 2490708.

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

Color convert

RGB84138-
CMYK00.990.550.67
HSL333.25º97.65%16.67%-
HSV(B)333.25º98.81%32.94%-
XYZ4.022.052.02-
YUV30.04132.5166.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 68.29%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 38 (15.23% from 255) = 30.89%
R=68.29%
G=0.81%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8413800.990.550.67333.2597.6516.67
Hex54126063374314d6211
Octal12414601436710351514221
Binary10101001100110011000111101111000011101001101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540126; }

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

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

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

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

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

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

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

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