#540127

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

Shades of Tyrian Purple #540127

Tints of Tyrian Purple #540127

Color information

#540127 (or 0x540127) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 27. RGB value is (84,1,39). Sum of RGB (Red+Green+Blue) = 84+1+39=124 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.74% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 84 - color contains mainly: red. Hex color #540127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540127 is #ABFED8. Grayscale: #1E1E1E. Windows color (decimal): -11271897 or 2556244. OLE color: 2556244.

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

Color convert

RGB84139-
CMYK00.990.540.67
HSL332.53º97.65%16.67%-
HSV(B)332.53º98.81%32.94%-
XYZ4.032.052.1-
YUV30.15133166.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 67.74%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 39 (15.62% from 255) = 31.45%
R=67.74%
G=0.81%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8413900.990.540.67332.5397.6516.67
Hex54127063364314d6211
Octal12414701436610351514221
Binary10101001100111011000111101101000011101001101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540127; }

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

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

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

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

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

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

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

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