Html Css Color HEX #540436 Tyrian Purple

📋 copy color: '#540436'

red 84 ◦ green 4 ◦ blue 54

#540436
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #540436

Tints of Tyrian Purple #540436

RGB

 RED value IS 84 (33.2% from 255) = 59.15%

 GREEN value IS 4 (1.95% from 255) = 2.82%

 BLUE value IS 54 (21.48% from 255) = 38.03%

R = 59.15%
G = 2.82%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#540436 (or 0x540436) is known color: Tyrian Purple. HEX triplet: 54, 04 and 36. RGB value is (84,4,54). Sum of RGB (Red+Green+Blue) = 84+4+54=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 54 (21.48% from 255 or 38.03% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #540436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540436 is #ABFBC9. Grayscale: #212121. Windows color (decimal): -11271114 or 3540052. OLE color: 3540052.

HSL color Cylindrical-coordinate representation of color #540436: hue angle of 322.5º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540436 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 4 54 -
CMYK 0 0.95 0.36 0.67
HSL 322.5º 0.91% 0.17% -
HSV(B) 322.5º 0.95% 0.33% -
XYZ 4.37 2.24 3.69 -
YUV 33.62 139.5 163.93 -
System Red Green Blue C M Y K H S L
Decimal 84 4 54 0 0.95 0.36 0.67 322.5 0.91 0.17
Hex 54 4 36 0 5F 24 43 142 5B 11
Octal 124 4 66 0 137 44 103 502 133 21
Binary 1010100 100 110110 0 1011111 100100 1000011 101000010 1011011 10001

Color Harmonies of #540436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540436

Black with #540436

Text Example


Text Example

White with #540436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540436; }

 p { color: rgb(84,4,54); }

 H1.HeaderClassName
 {
   color: #540436;
 }
 .AnyTagClassName
 {
   color: #540436;
 }
</style>

background-color css

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

 a { background-color: rgb(84,4,54); }

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

border-color css

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

 span { border-color: rgb(84,4,54); }

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