Html Css Color HEX #54084E Tyrian Purple

📋 copy color: '#54084E'

red 84 ◦ green 8 ◦ blue 78

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

Shades of Tyrian Purple #54084E

Tints of Tyrian Purple #54084E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.71%

 BLUE value IS 78 (30.86% from 255) = 45.88%

R = 49.41%
G = 4.71%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#54084E (or 0x54084E) is known color: Tyrian Purple. HEX triplet: 54, 08 and 4E. RGB value is (84,8,78). Sum of RGB (Red+Green+Blue) = 84+8+78=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #54084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54084E is #ABF7B1. Grayscale: #262626. Windows color (decimal): -11270066 or 5113940. OLE color: 5113940.

HSL color Cylindrical-coordinate representation of color #54084E: hue angle of 304.74º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54084E is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 8 78 -
CMYK 0 0.90 0.07 0.67
HSL 304.74º 0.83% 0.18% -
HSV(B) 304.74º 0.9% 0.33% -
XYZ 5.12 2.61 7.44 -
YUV 38.7 150.18 160.31 -
System Red Green Blue C M Y K H S L
Decimal 84 8 78 0 0.90 0.07 0.67 304.74 0.83 0.18
Hex 54 8 4E 0 5A 7 43 131 53 12
Octal 124 10 116 0 132 7 103 461 123 22
Binary 1010100 1000 1001110 0 1011010 111 1000011 100110001 1010011 10010

Color Harmonies of #54084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54084E

Black with #54084E

Text Example


Text Example

White with #54084E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54084E; }

 p { color: rgb(84,8,78); }

 H1.HeaderClassName
 {
   color: #54084E;
 }
 .AnyTagClassName
 {
   color: #54084E;
 }
</style>

background-color css

<style>
 a { background-color: #54084E; }

 a { background-color: rgb(84,8,78); }

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

border-color css

<style>
 span { border-color: #54084E; }

 span { border-color: rgb(84,8,78); }

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