Html Css Color HEX #540341 Tyrian Purple

📋 copy color: '#540341'

red 84 ◦ green 3 ◦ blue 65

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

Shades of Tyrian Purple #540341

Tints of Tyrian Purple #540341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 42.76%

R = 55.26%
G = 1.97%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#540341 (or 0x540341) is known color: Tyrian Purple. HEX triplet: 54, 03 and 41. RGB value is (84,3,65). Sum of RGB (Red+Green+Blue) = 84+3+65=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #540341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540341 is #ABFCBE. Grayscale: #222222. Windows color (decimal): -11271359 or 4260692. OLE color: 4260692.

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

Color convert

RGB 84 3 65 -
CMYK 0 0.96 0.23 0.67
HSL 314.07º 0.93% 0.17% -
HSV(B) 314.07º 0.96% 0.33% -
XYZ 4.64 2.33 5.21 -
YUV 34.29 145.34 163.46 -
System Red Green Blue C M Y K H S L
Decimal 84 3 65 0 0.96 0.23 0.67 314.07 0.93 0.17
Hex 54 3 41 0 60 17 43 13A 5D 11
Octal 124 3 101 0 140 27 103 472 135 21
Binary 1010100 11 1000001 0 1100000 10111 1000011 100111010 1011101 10001

Color Harmonies of #540341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540341

Black with #540341

Text Example


Text Example

White with #540341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540341; }

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

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

background-color css

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

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

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

border-color css

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

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

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