Html Css Color HEX #540037 Tyrian Purple

📋 copy color: '#540037'

red 84 ◦ green 0 ◦ blue 55

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

Shades of Tyrian Purple #540037

Tints of Tyrian Purple #540037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.43%
G = 0%
B = 39.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#540037 (or 0x540037) is known color: Tyrian Purple. HEX triplet: 54, 00 and 37. RGB value is (84,0,55). Sum of RGB (Red+Green+Blue) = 84+0+55=139 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.43% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 84 - color contains mainly: red. Hex color #540037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540037 is #ABFFC8. Grayscale: #1F1F1F. Windows color (decimal): -11272137 or 3604564. OLE color: 3604564.

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

Color convert

RGB 84 0 55 -
CMYK 0 1 0.35 0.67
HSL 320.71º 1% 0.16% -
HSV(B) 320.71º 1% 0.33% -
XYZ 4.35 2.16 3.8 -
YUV 31.39 141.33 165.53 -
System Red Green Blue C M Y K H S L
Decimal 84 0 55 0 1 0.35 0.67 320.71 1 0.16
Hex 54 0 37 0 64 23 43 141 64 10
Octal 124 0 67 0 144 43 103 501 144 20
Binary 1010100 0 110111 0 1100100 100011 1000011 101000001 1100100 10000

Color Harmonies of #540037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540037

Black with #540037

Text Example


Text Example

White with #540037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540037; }

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

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

background-color css

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

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

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

border-color css

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

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

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