Html Css Color HEX #54014D Tyrian Purple

📋 copy color: '#54014D'

red 84 ◦ green 1 ◦ blue 77

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

Shades of Tyrian Purple #54014D

Tints of Tyrian Purple #54014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

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

R = 51.85%
G = 0.62%
B = 47.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#54014D (or 0x54014D) is known color: Tyrian Purple. HEX triplet: 54, 01 and 4D. RGB value is (84,1,77). Sum of RGB (Red+Green+Blue) = 84+1+77=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #54014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54014D is #ABFEB2. Grayscale: #222222. Windows color (decimal): -11271859 or 5046612. OLE color: 5046612.

HSL color Cylindrical-coordinate representation of color #54014D: hue angle of 305.06º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54014D is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 1 77 -
CMYK 0 0.99 0.08 0.67
HSL 305.06º 0.98% 0.17% -
HSV(B) 305.06º 0.99% 0.33% -
XYZ 5.01 2.44 7.23 -
YUV 34.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 84 1 77 0 0.99 0.08 0.67 305.06 0.98 0.17
Hex 54 1 4D 0 63 8 43 131 62 11
Octal 124 1 115 0 143 10 103 461 142 21
Binary 1010100 1 1001101 0 1100011 1000 1000011 100110001 1100010 10001

Color Harmonies of #54014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54014D

Black with #54014D

Text Example


Text Example

White with #54014D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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