Html Css Color HEX #54054A Tyrian Purple

📋 copy color: '#54054A'

red 84 ◦ green 5 ◦ blue 74

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

Shades of Tyrian Purple #54054A

Tints of Tyrian Purple #54054A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.07%

 BLUE value IS 74 (29.3% from 255) = 45.4%

R = 51.53%
G = 3.07%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#54054A (or 0x54054A) is known color: Tyrian Purple. HEX triplet: 54, 05 and 4A. RGB value is (84,5,74). Sum of RGB (Red+Green+Blue) = 84+5+74=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #54054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54054A is #ABFAB5. Grayscale: #242424. Windows color (decimal): -11270838 or 4851028. OLE color: 4851028.

HSL color Cylindrical-coordinate representation of color #54054A: hue angle of 307.59º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54054A is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 5 74 -
CMYK 0 0.94 0.12 0.67
HSL 307.59º 0.89% 0.17% -
HSV(B) 307.59º 0.94% 0.33% -
XYZ 4.95 2.49 6.7 -
YUV 36.49 149.17 161.89 -
System Red Green Blue C M Y K H S L
Decimal 84 5 74 0 0.94 0.12 0.67 307.59 0.89 0.17
Hex 54 5 4A 0 5E C 43 134 59 11
Octal 124 5 112 0 136 14 103 464 131 21
Binary 1010100 101 1001010 0 1011110 1100 1000011 100110100 1011001 10001

Color Harmonies of #54054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54054A

Black with #54054A

Text Example


Text Example

White with #54054A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54054A; }

 p { color: rgb(84,5,74); }

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

background-color css

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

 a { background-color: rgb(84,5,74); }

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

border-color css

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

 span { border-color: rgb(84,5,74); }

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