Html Css Color HEX #54094C Tyrian Purple

📋 copy color: '#54094C'

red 84 ◦ green 9 ◦ blue 76

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

Shades of Tyrian Purple #54094C

Tints of Tyrian Purple #54094C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 44.97%

R = 49.7%
G = 5.33%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#54094C (or 0x54094C) is known color: Tyrian Purple. HEX triplet: 54, 09 and 4C. RGB value is (84,9,76). Sum of RGB (Red+Green+Blue) = 84+9+76=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #54094C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54094C is #ABF6B3. Grayscale: #262626. Windows color (decimal): -11269812 or 4983124. OLE color: 4983124.

HSL color Cylindrical-coordinate representation of color #54094C: hue angle of 306.4º 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 #54094C is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 9 76 -
CMYK 0 0.89 0.10 0.67
HSL 306.4º 0.81% 0.18% -
HSV(B) 306.4º 0.89% 0.33% -
XYZ 5.06 2.6 7.07 -
YUV 39.06 148.85 160.05 -
System Red Green Blue C M Y K H S L
Decimal 84 9 76 0 0.89 0.10 0.67 306.4 0.81 0.18
Hex 54 9 4C 0 59 A 43 132 51 12
Octal 124 11 114 0 131 12 103 462 121 22
Binary 1010100 1001 1001100 0 1011001 1010 1000011 100110010 1010001 10010

Color Harmonies of #54094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54094C

Black with #54094C

Text Example


Text Example

White with #54094C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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