Html Css Color HEX #540042 Tyrian Purple

📋 copy color: '#540042'

red 84 ◦ green 0 ◦ blue 66

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

Shades of Tyrian Purple #540042

Tints of Tyrian Purple #540042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 44%

R = 56%
G = 0%
B = 44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#540042 (or 0x540042) is known color: Tyrian Purple. HEX triplet: 54, 00 and 42. RGB value is (84,0,66). Sum of RGB (Red+Green+Blue) = 84+0+66=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 66 (26.17% from 255 or 44% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #540042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540042 is #ABFFBD. Grayscale: #202020. Windows color (decimal): -11272126 or 4325460. OLE color: 4325460.

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

Color convert

RGB 84 0 66 -
CMYK 0 1 0.21 0.67
HSL 312.86º 1% 0.16% -
HSV(B) 312.86º 1% 0.33% -
XYZ 4.64 2.28 5.35 -
YUV 32.64 146.83 164.63 -
System Red Green Blue C M Y K H S L
Decimal 84 0 66 0 1 0.21 0.67 312.86 1 0.16
Hex 54 0 42 0 64 15 43 139 64 10
Octal 124 0 102 0 144 25 103 471 144 20
Binary 1010100 0 1000010 0 1100100 10101 1000011 100111001 1100100 10000

Color Harmonies of #540042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540042

Black with #540042

Text Example


Text Example

White with #540042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540042; }

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

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

background-color css

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

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

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

border-color css

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

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

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