Html Css Color HEX #540437 Tyrian Purple

📋 copy color: '#540437'

red 84 ◦ green 4 ◦ blue 55

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

Shades of Tyrian Purple #540437

Tints of Tyrian Purple #540437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 38.46%

R = 58.74%
G = 2.8%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#540437 (or 0x540437) is known color: Tyrian Purple. HEX triplet: 54, 04 and 37. RGB value is (84,4,55). Sum of RGB (Red+Green+Blue) = 84+4+55=143 (18% of max value = 765). Red value is 84 (33.20% from 255 or 58.74% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 84 - color contains mainly: red. Hex color #540437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540437 is #ABFBC8. Grayscale: #212121. Windows color (decimal): -11271113 or 3605588. OLE color: 3605588.

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

Color convert

RGB 84 4 55 -
CMYK 0 0.95 0.35 0.67
HSL 321.75º 0.91% 0.17% -
HSV(B) 321.75º 0.95% 0.33% -
XYZ 4.39 2.25 3.82 -
YUV 33.73 140 163.85 -
System Red Green Blue C M Y K H S L
Decimal 84 4 55 0 0.95 0.35 0.67 321.75 0.91 0.17
Hex 54 4 37 0 5F 23 43 142 5B 11
Octal 124 4 67 0 137 43 103 502 133 21
Binary 1010100 100 110111 0 1011111 100011 1000011 101000010 1011011 10001

Color Harmonies of #540437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540437

Black with #540437

Text Example


Text Example

White with #540437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540437; }

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

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

background-color css

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

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

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

border-color css

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

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

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