Html Css Color HEX #540635 Tyrian Purple

📋 copy color: '#540635'

red 84 ◦ green 6 ◦ blue 53

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

Shades of Tyrian Purple #540635

Tints of Tyrian Purple #540635

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.2%

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

R = 58.74%
G = 4.2%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#540635 (or 0x540635) is known color: Tyrian Purple. HEX triplet: 54, 06 and 35. RGB value is (84,6,53). Sum of RGB (Red+Green+Blue) = 84+6+53=143 (18% of max value = 765). Red value is 84 (33.20% from 255 or 58.74% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 84 - color contains mainly: red. Hex color #540635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540635 is #ABF9CA. Grayscale: #222222. Windows color (decimal): -11270603 or 3475028. OLE color: 3475028.

HSL color Cylindrical-coordinate representation of color #540635: hue angle of 323.85º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540635 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 6 53 -
CMYK 0 0.93 0.37 0.67
HSL 323.85º 0.87% 0.18% -
HSV(B) 323.85º 0.93% 0.33% -
XYZ 4.36 2.27 3.58 -
YUV 34.68 138.34 163.18 -
System Red Green Blue C M Y K H S L
Decimal 84 6 53 0 0.93 0.37 0.67 323.85 0.87 0.18
Hex 54 6 35 0 5D 25 43 144 57 12
Octal 124 6 65 0 135 45 103 504 127 22
Binary 1010100 110 110101 0 1011101 100101 1000011 101000100 1010111 10010

Color Harmonies of #540635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540635

Black with #540635

Text Example


Text Example

White with #540635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540635; }

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

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

background-color css

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

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

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

border-color css

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

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

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