Html Css Color HEX #540A37 Tyrian Purple

📋 copy color: '#540A37'

red 84 ◦ green 10 ◦ blue 55

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

Shades of Tyrian Purple #540A37

Tints of Tyrian Purple #540A37

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.71%

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

R = 56.38%
G = 6.71%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#540A37 (or 0x540A37) is known color: Tyrian Purple. HEX triplet: 54, 0A and 37. RGB value is (84,10,55). Sum of RGB (Red+Green+Blue) = 84+10+55=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 55 (21.88% from 255 or 36.91% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #540A37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A37 is #ABF5C8. Grayscale: #252525. Windows color (decimal): -11269577 or 3607124. OLE color: 3607124.

HSL color Cylindrical-coordinate representation of color #540A37: hue angle of 323.51º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540A37 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 10 55 -
CMYK 0 0.88 0.35 0.67
HSL 323.51º 0.79% 0.18% -
HSV(B) 323.51º 0.88% 0.33% -
XYZ 4.45 2.38 3.84 -
YUV 37.26 138.02 161.34 -
System Red Green Blue C M Y K H S L
Decimal 84 10 55 0 0.88 0.35 0.67 323.51 0.79 0.18
Hex 54 A 37 0 58 23 43 144 4F 12
Octal 124 12 67 0 130 43 103 504 117 22
Binary 1010100 1010 110111 0 1011000 100011 1000011 101000100 1001111 10010

Color Harmonies of #540A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540A37

Black with #540A37

Text Example


Text Example

White with #540A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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