#540135

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

Shades of Tyrian Purple #540135

Tints of Tyrian Purple #540135

Color information

#540135 (or 0x540135) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 35. RGB value is (84,1,53). Sum of RGB (Red+Green+Blue) = 84+1+53=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #540135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540135 is #ABFECA. Grayscale: #1F1F1F. Windows color (decimal): -11271883 or 3473748. OLE color: 3473748.

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

Color convert

RGB84153-
CMYK00.990.370.67
HSL322.41º97.65%16.67%-
HSV(B)322.41º98.81%32.94%-
XYZ4.312.163.56-
YUV31.74140165.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.87%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 53 (21.09% from 255) = 38.41%
R=60.87%
G=0.72%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8415300.990.370.67322.4197.6516.67
Hex5413506325431426211
Octal12416501434510350214221
Binary10101001110101011000111001011000011101000010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540135; }

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

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

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

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

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

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

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

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