#540137

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

Shades of Tyrian Purple #540137

Tints of Tyrian Purple #540137

Color information

#540137 (or 0x540137) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 37. RGB value is (84,1,55). Sum of RGB (Red+Green+Blue) = 84+1+55=140 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 84 - color contains mainly: red. Hex color #540137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540137 is #ABFEC8. Grayscale: #1F1F1F. Windows color (decimal): -11271881 or 3604820. OLE color: 3604820.

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

Color convert

RGB84155-
CMYK00.990.350.67
HSL320.96º97.65%16.67%-
HSV(B)320.96º98.81%32.94%-
XYZ4.362.183.81-
YUV31.97141165.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 55 (21.88% from 255) = 39.29%
R=60%
G=0.71%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8415500.990.350.67320.9697.6516.67
Hex5413706323431416211
Octal12416701434310350114221
Binary10101001110111011000111000111000011101000001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540137; }

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

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

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

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

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

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

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

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