#540035

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

Shades of Tyrian Purple #540035

Tints of Tyrian Purple #540035

Color information

#540035 (or 0x540035) is unknown color: approx Tyrian Purple. HEX triplet: 54, 00 and 35. RGB value is (84,0,53). Sum of RGB (Red+Green+Blue) = 84+0+53=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #540035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540035 is #ABFFCA. Grayscale: #1F1F1F. Windows color (decimal): -11272139 or 3473492. OLE color: 3473492.

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

Color convert

RGB84053-
CMYK010.370.67
HSL322.14º100%16.47%-
HSV(B)322.14º100%32.94%-
XYZ4.32.143.56-
YUV31.16140.33165.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 38.69%
R=61.31%
G=0%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84053010.370.67322.1410016.47
Hex5403506425431426410
Octal12406501444510350214420
Binary10101000110101011001001001011000011101000010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540035; }

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

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

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

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

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

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

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

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