Html Css Color HEX #540834 Tyrian Purple

📋 copy color: '#540834'

red 84 ◦ green 8 ◦ blue 52

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

Shades of Tyrian Purple #540834

Tints of Tyrian Purple #540834

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.56%

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

R = 58.33%
G = 5.56%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#540834 (or 0x540834) is known color: Tyrian Purple. HEX triplet: 54, 08 and 34. RGB value is (84,8,52). Sum of RGB (Red+Green+Blue) = 84+8+52=144 (19% of max value = 765). Red value is 84 (33.20% from 255 or 58.33% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 84 - color contains mainly: red. Hex color #540834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540834 is #ABF7CB. Grayscale: #232323. Windows color (decimal): -11270092 or 3410004. OLE color: 3410004.

HSL color Cylindrical-coordinate representation of color #540834: hue angle of 325.26º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540834 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 8 52 -
CMYK 0 0.90 0.38 0.67
HSL 325.26º 0.83% 0.18% -
HSV(B) 325.26º 0.9% 0.33% -
XYZ 4.36 2.31 3.46 -
YUV 35.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 84 8 52 0 0.90 0.38 0.67 325.26 0.83 0.18
Hex 54 8 34 0 5A 26 43 145 53 12
Octal 124 10 64 0 132 46 103 505 123 22
Binary 1010100 1000 110100 0 1011010 100110 1000011 101000101 1010011 10010

Color Harmonies of #540834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540834

Black with #540834

Text Example


Text Example

White with #540834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540834; }

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

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

background-color css

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

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

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

border-color css

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

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

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