Html Css Color HEX #540348 Tyrian Purple

📋 copy color: '#540348'

red 84 ◦ green 3 ◦ blue 72

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

Shades of Tyrian Purple #540348

Tints of Tyrian Purple #540348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 45.28%

R = 52.83%
G = 1.89%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#540348 (or 0x540348) is known color: Tyrian Purple. HEX triplet: 54, 03 and 48. RGB value is (84,3,72). Sum of RGB (Red+Green+Blue) = 84+3+72=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #540348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540348 is #ABFCB7. Grayscale: #222222. Windows color (decimal): -11271352 or 4719444. OLE color: 4719444.

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

Color convert

RGB 84 3 72 -
CMYK 0 0.96 0.14 0.67
HSL 308.89º 0.93% 0.17% -
HSV(B) 308.89º 0.96% 0.33% -
XYZ 4.86 2.42 6.34 -
YUV 35.09 148.84 162.89 -
System Red Green Blue C M Y K H S L
Decimal 84 3 72 0 0.96 0.14 0.67 308.89 0.93 0.17
Hex 54 3 48 0 60 E 43 135 5D 11
Octal 124 3 110 0 140 16 103 465 135 21
Binary 1010100 11 1001000 0 1100000 1110 1000011 100110101 1011101 10001

Color Harmonies of #540348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540348

Black with #540348

Text Example


Text Example

White with #540348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540348; }

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

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

background-color css

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

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

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

border-color css

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

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

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