#540935

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

Shades of Tyrian Purple #540935

Tints of Tyrian Purple #540935

Color information

#540935 (or 0x540935) is unknown color: approx Tyrian Purple. HEX triplet: 54, 09 and 35. RGB value is (84,9,53). Sum of RGB (Red+Green+Blue) = 84+9+53=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #540935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540935 is #ABF6CA. Grayscale: #242424. Windows color (decimal): -11269835 or 3475796. OLE color: 3475796.

HSL color Cylindrical-coordinate representation of color #540935: hue angle of 324.8º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540935 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB84953-
CMYK00.890.370.67
HSL324.8º80.65%18.24%-
HSV(B)324.8º89.29%32.94%-
XYZ4.42.343.59-
YUV36.44137.35161.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.53%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 53 (21.09% from 255) = 36.30%
R=57.53%
G=6.16%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8495300.890.370.67324.880.6518.24
Hex5493505925431455112
Octal124116501314510350512122
Binary10101001001110101010110011001011000011101000101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540935; }

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

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

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

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

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

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

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

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