Html Css Color HEX #54094A Tyrian Purple

📋 copy color: '#54094A'

red 84 ◦ green 9 ◦ blue 74

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

Shades of Tyrian Purple #54094A

Tints of Tyrian Purple #54094A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.39%

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

R = 50.3%
G = 5.39%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#54094A (or 0x54094A) is known color: Tyrian Purple. HEX triplet: 54, 09 and 4A. RGB value is (84,9,74). Sum of RGB (Red+Green+Blue) = 84+9+74=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #54094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54094A is #ABF6B5. Grayscale: #262626. Windows color (decimal): -11269814 or 4852052. OLE color: 4852052.

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

Color convert

RGB 84 9 74 -
CMYK 0 0.89 0.12 0.67
HSL 308º 0.81% 0.18% -
HSV(B) 308º 0.89% 0.33% -
XYZ 4.99 2.57 6.71 -
YUV 38.84 147.85 160.21 -
System Red Green Blue C M Y K H S L
Decimal 84 9 74 0 0.89 0.12 0.67 308 0.81 0.18
Hex 54 9 4A 0 59 C 43 134 51 12
Octal 124 11 112 0 131 14 103 464 121 22
Binary 1010100 1001 1001010 0 1011001 1100 1000011 100110100 1010001 10010

Color Harmonies of #54094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54094A

Black with #54094A

Text Example


Text Example

White with #54094A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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