Html Css Color HEX #540044 Tyrian Purple

📋 copy color: '#540044'

red 84 ◦ green 0 ◦ blue 68

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

Shades of Tyrian Purple #540044

Tints of Tyrian Purple #540044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 44.74%

R = 55.26%
G = 0%
B = 44.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#540044 (or 0x540044) is known color: Tyrian Purple. HEX triplet: 54, 00 and 44. RGB value is (84,0,68). Sum of RGB (Red+Green+Blue) = 84+0+68=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #540044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540044 is #ABFFBB. Grayscale: #202020. Windows color (decimal): -11272124 or 4456532. OLE color: 4456532.

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

Color convert

RGB 84 0 68 -
CMYK 0 1 0.19 0.67
HSL 311.43º 1% 0.16% -
HSV(B) 311.43º 1% 0.33% -
XYZ 4.7 2.3 5.67 -
YUV 32.87 147.83 164.47 -
System Red Green Blue C M Y K H S L
Decimal 84 0 68 0 1 0.19 0.67 311.43 1 0.16
Hex 54 0 44 0 64 13 43 137 64 10
Octal 124 0 104 0 144 23 103 467 144 20
Binary 1010100 0 1000100 0 1100100 10011 1000011 100110111 1100100 10000

Color Harmonies of #540044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540044

Black with #540044

Text Example


Text Example

White with #540044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540044; }

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

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

background-color css

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

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

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

border-color css

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

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

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