Html Css Color HEX #54044A Tyrian Purple

📋 copy color: '#54044A'

red 84 ◦ green 4 ◦ blue 74

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

Shades of Tyrian Purple #54044A

Tints of Tyrian Purple #54044A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.47%

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

R = 51.85%
G = 2.47%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#54044A (or 0x54044A) is known color: Tyrian Purple. HEX triplet: 54, 04 and 4A. RGB value is (84,4,74). Sum of RGB (Red+Green+Blue) = 84+4+74=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #54044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54044A is #ABFBB5. Grayscale: #232323. Windows color (decimal): -11271094 or 4850772. OLE color: 4850772.

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

Color convert

RGB 84 4 74 -
CMYK 0 0.95 0.12 0.67
HSL 307.5º 0.91% 0.17% -
HSV(B) 307.5º 0.95% 0.33% -
XYZ 4.94 2.47 6.69 -
YUV 35.9 149.5 162.31 -
System Red Green Blue C M Y K H S L
Decimal 84 4 74 0 0.95 0.12 0.67 307.5 0.91 0.17
Hex 54 4 4A 0 5F C 43 134 5B 11
Octal 124 4 112 0 137 14 103 464 133 21
Binary 1010100 100 1001010 0 1011111 1100 1000011 100110100 1011011 10001

Color Harmonies of #54044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54044A

Black with #54044A

Text Example


Text Example

White with #54044A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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