Html Css Color HEX #54074C Tyrian Purple

📋 copy color: '#54074C'

red 84 ◦ green 7 ◦ blue 76

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

Shades of Tyrian Purple #54074C

Tints of Tyrian Purple #54074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.19%

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

R = 50.3%
G = 4.19%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#54074C (or 0x54074C) is known color: Tyrian Purple. HEX triplet: 54, 07 and 4C. RGB value is (84,7,76). Sum of RGB (Red+Green+Blue) = 84+7+76=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #54074C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54074C is #ABF8B3. Grayscale: #252525. Windows color (decimal): -11270324 or 4982612. OLE color: 4982612.

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

Color convert

RGB 84 7 76 -
CMYK 0 0.92 0.10 0.67
HSL 306.23º 0.85% 0.18% -
HSV(B) 306.23º 0.92% 0.33% -
XYZ 5.04 2.56 7.07 -
YUV 37.89 149.51 160.89 -
System Red Green Blue C M Y K H S L
Decimal 84 7 76 0 0.92 0.10 0.67 306.23 0.85 0.18
Hex 54 7 4C 0 5C A 43 132 55 12
Octal 124 7 114 0 134 12 103 462 125 22
Binary 1010100 111 1001100 0 1011100 1010 1000011 100110010 1010101 10010

Color Harmonies of #54074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54074C

Black with #54074C

Text Example


Text Example

White with #54074C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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