Html Css Color HEX #540835 Tyrian Purple

📋 copy color: '#540835'

red 84 ◦ green 8 ◦ blue 53

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

Shades of Tyrian Purple #540835

Tints of Tyrian Purple #540835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 36.55%

R = 57.93%
G = 5.52%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#540835 (or 0x540835) is known color: Tyrian Purple. HEX triplet: 54, 08 and 35. RGB value is (84,8,53). Sum of RGB (Red+Green+Blue) = 84+8+53=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #540835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540835 is #ABF7CA. Grayscale: #232323. Windows color (decimal): -11270091 or 3475540. OLE color: 3475540.

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

Color convert

RGB 84 8 53 -
CMYK 0 0.90 0.37 0.67
HSL 324.47º 0.83% 0.18% -
HSV(B) 324.47º 0.9% 0.33% -
XYZ 4.39 2.32 3.58 -
YUV 35.85 137.68 162.34 -
System Red Green Blue C M Y K H S L
Decimal 84 8 53 0 0.90 0.37 0.67 324.47 0.83 0.18
Hex 54 8 35 0 5A 25 43 144 53 12
Octal 124 10 65 0 132 45 103 504 123 22
Binary 1010100 1000 110101 0 1011010 100101 1000011 101000100 1010011 10010

Color Harmonies of #540835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540835

Black with #540835

Text Example


Text Example

White with #540835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540835; }

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

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

background-color css

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

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

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

border-color css

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

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

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