Html Css Color HEX #540340 Tyrian Purple

📋 copy color: '#540340'

red 84 ◦ green 3 ◦ blue 64

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

Shades of Tyrian Purple #540340

Tints of Tyrian Purple #540340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.99%

 BLUE value IS 64 (25.39% from 255) = 42.38%

R = 55.63%
G = 1.99%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#540340 (or 0x540340) is known color: Tyrian Purple. HEX triplet: 54, 03 and 40. RGB value is (84,3,64). Sum of RGB (Red+Green+Blue) = 84+3+64=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #540340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540340 is #ABFCBF. Grayscale: #222222. Windows color (decimal): -11271360 or 4195156. OLE color: 4195156.

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

Color convert

RGB 84 3 64 -
CMYK 0 0.96 0.24 0.67
HSL 314.81º 0.93% 0.17% -
HSV(B) 314.81º 0.96% 0.33% -
XYZ 4.61 2.32 5.06 -
YUV 34.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 84 3 64 0 0.96 0.24 0.67 314.81 0.93 0.17
Hex 54 3 40 0 60 18 43 13B 5D 11
Octal 124 3 100 0 140 30 103 473 135 21
Binary 1010100 11 1000000 0 1100000 11000 1000011 100111011 1011101 10001

Color Harmonies of #540340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540340

Black with #540340

Text Example


Text Example

White with #540340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540340; }

 p { color: rgb(84,3,64); }

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

background-color css

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

 a { background-color: rgb(84,3,64); }

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

border-color css

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

 span { border-color: rgb(84,3,64); }

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