#540138

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

Shades of Tyrian Purple #540138

Tints of Tyrian Purple #540138

Color information

#540138 (or 0x540138) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 38. RGB value is (84,1,56). Sum of RGB (Red+Green+Blue) = 84+1+56=141 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.57% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 84 - color contains mainly: red. Hex color #540138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540138 is #ABFEC7. Grayscale: #1F1F1F. Windows color (decimal): -11271880 or 3670356. OLE color: 3670356.

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

Color convert

RGB84156-
CMYK00.990.330.67
HSL320.24º97.65%16.67%-
HSV(B)320.24º98.81%32.94%-
XYZ4.382.193.93-
YUV32.09141.5165.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 59.57%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 56 (22.27% from 255) = 39.72%
R=59.57%
G=0.71%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8415600.990.330.67320.2497.6516.67
Hex5413806321431406211
Octal12417001434110350014221
Binary10101001111000011000111000011000011101000000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540138; }

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

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

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

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

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

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

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

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