Html Css Color HEX #54014A Tyrian Purple

📋 copy color: '#54014A'

red 84 ◦ green 1 ◦ blue 74

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

Shades of Tyrian Purple #54014A

Tints of Tyrian Purple #54014A

RGB

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

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

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

R = 52.83%
G = 0.63%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#54014A (or 0x54014A) is known color: Tyrian Purple. HEX triplet: 54, 01 and 4A. RGB value is (84,1,74). Sum of RGB (Red+Green+Blue) = 84+1+74=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 74 (29.30% from 255 or 46.54% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #54014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54014A is #ABFEB5. Grayscale: #212121. Windows color (decimal): -11271862 or 4850004. OLE color: 4850004.

HSL color Cylindrical-coordinate representation of color #54014A: hue angle of 307.23º 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 #54014A is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 1 74 -
CMYK 0 0.99 0.12 0.67
HSL 307.23º 0.98% 0.17% -
HSV(B) 307.23º 0.99% 0.33% -
XYZ 4.9 2.4 6.68 -
YUV 34.14 150.5 163.56 -
System Red Green Blue C M Y K H S L
Decimal 84 1 74 0 0.99 0.12 0.67 307.23 0.98 0.17
Hex 54 1 4A 0 63 C 43 133 62 11
Octal 124 1 112 0 143 14 103 463 142 21
Binary 1010100 1 1001010 0 1100011 1100 1000011 100110011 1100010 10001

Color Harmonies of #54014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54014A

Black with #54014A

Text Example


Text Example

White with #54014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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