Html Css Color HEX #540A34 Tyrian Purple

📋 copy color: '#540A34'

red 84 ◦ green 10 ◦ blue 52

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

Shades of Tyrian Purple #540A34

Tints of Tyrian Purple #540A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 35.62%

R = 57.53%
G = 6.85%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#540A34 (or 0x540A34) is known color: Tyrian Purple. HEX triplet: 54, 0A and 34. RGB value is (84,10,52). Sum of RGB (Red+Green+Blue) = 84+10+52=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 10 (4.30% from 255 or 6.85% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #540A34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A34 is #ABF5CB. Grayscale: #242424. Windows color (decimal): -11269580 or 3410516. OLE color: 3410516.

HSL color Cylindrical-coordinate representation of color #540A34: hue angle of 325.95º 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 #540A34 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 10 52 -
CMYK 0 0.88 0.38 0.67
HSL 325.95º 0.79% 0.18% -
HSV(B) 325.95º 0.88% 0.33% -
XYZ 4.38 2.35 3.47 -
YUV 36.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 84 10 52 0 0.88 0.38 0.67 325.95 0.79 0.18
Hex 54 A 34 0 58 26 43 146 4F 12
Octal 124 12 64 0 130 46 103 506 117 22
Binary 1010100 1010 110100 0 1011000 100110 1000011 101000110 1001111 10010

Color Harmonies of #540A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540A34

Black with #540A34

Text Example


Text Example

White with #540A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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