Html Css Color HEX #54004A Tyrian Purple

📋 copy color: '#54004A'

red 84 ◦ green 0 ◦ blue 74

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

Shades of Tyrian Purple #54004A

Tints of Tyrian Purple #54004A

RGB

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

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

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

R = 53.16%
G = 0%
B = 46.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#54004A (or 0x54004A) is known color: Tyrian Purple. HEX triplet: 54, 00 and 4A. RGB value is (84,0,74). Sum of RGB (Red+Green+Blue) = 84+0+74=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 74 (29.30% from 255 or 46.84% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #54004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54004A is #ABFFB5. Grayscale: #212121. Windows color (decimal): -11272118 or 4849748. OLE color: 4849748.

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

Color convert

RGB 84 0 74 -
CMYK 0 1 0.12 0.67
HSL 307.14º 1% 0.16% -
HSV(B) 307.14º 1% 0.33% -
XYZ 4.89 2.38 6.68 -
YUV 33.55 150.83 163.98 -
System Red Green Blue C M Y K H S L
Decimal 84 0 74 0 1 0.12 0.67 307.14 1 0.16
Hex 54 0 4A 0 64 C 43 133 64 10
Octal 124 0 112 0 144 14 103 463 144 20
Binary 1010100 0 1001010 0 1100100 1100 1000011 100110011 1100100 10000

Color Harmonies of #54004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54004A

Black with #54004A

Text Example


Text Example

White with #54004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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