Html Css Color HEX #54054D Tyrian Purple

📋 copy color: '#54054D'

red 84 ◦ green 5 ◦ blue 77

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

Shades of Tyrian Purple #54054D

Tints of Tyrian Purple #54054D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 46.39%

R = 50.6%
G = 3.01%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#54054D (or 0x54054D) is known color: Tyrian Purple. HEX triplet: 54, 05 and 4D. RGB value is (84,5,77). Sum of RGB (Red+Green+Blue) = 84+5+77=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #54054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54054D is #ABFAB2. Grayscale: #242424. Windows color (decimal): -11270835 or 5047636. OLE color: 5047636.

HSL color Cylindrical-coordinate representation of color #54054D: hue angle of 305.32º 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 #54054D is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 5 77 -
CMYK 0 0.94 0.08 0.67
HSL 305.32º 0.89% 0.17% -
HSV(B) 305.32º 0.94% 0.33% -
XYZ 5.05 2.53 7.24 -
YUV 36.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 84 5 77 0 0.94 0.08 0.67 305.32 0.89 0.17
Hex 54 5 4D 0 5E 8 43 131 59 11
Octal 124 5 115 0 136 10 103 461 131 21
Binary 1010100 101 1001101 0 1011110 1000 1000011 100110001 1011001 10001

Color Harmonies of #54054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54054D

Black with #54054D

Text Example


Text Example

White with #54054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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