Html Css Color HEX #54054C Tyrian Purple

📋 copy color: '#54054C'

red 84 ◦ green 5 ◦ blue 76

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

Shades of Tyrian Purple #54054C

Tints of Tyrian Purple #54054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.03%

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

R = 50.91%
G = 3.03%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#54054C (or 0x54054C) is known color: Tyrian Purple. HEX triplet: 54, 05 and 4C. RGB value is (84,5,76). Sum of RGB (Red+Green+Blue) = 84+5+76=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #54054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54054C is #ABFAB3. Grayscale: #242424. Windows color (decimal): -11270836 or 4982100. OLE color: 4982100.

HSL color Cylindrical-coordinate representation of color #54054C: hue angle of 306.08º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54054C is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 5 76 -
CMYK 0 0.94 0.10 0.67
HSL 306.08º 0.89% 0.17% -
HSV(B) 306.08º 0.94% 0.33% -
XYZ 5.01 2.52 7.06 -
YUV 36.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 84 5 76 0 0.94 0.10 0.67 306.08 0.89 0.17
Hex 54 5 4C 0 5E A 43 132 59 11
Octal 124 5 114 0 136 12 103 462 131 21
Binary 1010100 101 1001100 0 1011110 1010 1000011 100110010 1011001 10001

Color Harmonies of #54054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54054C

Black with #54054C

Text Example


Text Example

White with #54054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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