Html Css Color HEX #540041 Tyrian Purple

📋 copy color: '#540041'

red 84 ◦ green 0 ◦ blue 65

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

Shades of Tyrian Purple #540041

Tints of Tyrian Purple #540041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.38%
G = 0%
B = 43.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#540041 (or 0x540041) is known color: Tyrian Purple. HEX triplet: 54, 00 and 41. RGB value is (84,0,65). Sum of RGB (Red+Green+Blue) = 84+0+65=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #540041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540041 is #ABFFBE. Grayscale: #202020. Windows color (decimal): -11272127 or 4259924. OLE color: 4259924.

HSL color Cylindrical-coordinate representation of color #540041: hue angle of 313.57º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540041 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 0 65 -
CMYK 0 1 0.23 0.67
HSL 313.57º 1% 0.16% -
HSV(B) 313.57º 1% 0.33% -
XYZ 4.61 2.27 5.2 -
YUV 32.53 146.33 164.71 -
System Red Green Blue C M Y K H S L
Decimal 84 0 65 0 1 0.23 0.67 313.57 1 0.16
Hex 54 0 41 0 64 17 43 13A 64 10
Octal 124 0 101 0 144 27 103 472 144 20
Binary 1010100 0 1000001 0 1100100 10111 1000011 100111010 1100100 10000

Color Harmonies of #540041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540041

Black with #540041

Text Example


Text Example

White with #540041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540041; }

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

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

background-color css

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

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

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

border-color css

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

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

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