Html Css Color HEX #54004C Tyrian Purple

📋 copy color: '#54004C'

red 84 ◦ green 0 ◦ blue 76

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

Shades of Tyrian Purple #54004C

Tints of Tyrian Purple #54004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.5%
G = 0%
B = 47.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#54004C (or 0x54004C) is known color: Tyrian Purple. HEX triplet: 54, 00 and 4C. RGB value is (84,0,76). Sum of RGB (Red+Green+Blue) = 84+0+76=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #54004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54004C is #ABFFB3. Grayscale: #212121. Windows color (decimal): -11272116 or 4980820. OLE color: 4980820.

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

Color convert

RGB 84 0 76 -
CMYK 0 1 0.10 0.67
HSL 305.71º 1% 0.16% -
HSV(B) 305.71º 1% 0.33% -
XYZ 4.96 2.41 7.04 -
YUV 33.78 151.83 163.82 -
System Red Green Blue C M Y K H S L
Decimal 84 0 76 0 1 0.10 0.67 305.71 1 0.16
Hex 54 0 4C 0 64 A 43 132 64 10
Octal 124 0 114 0 144 12 103 462 144 20
Binary 1010100 0 1001100 0 1100100 1010 1000011 100110010 1100100 10000

Color Harmonies of #54004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54004C

Black with #54004C

Text Example


Text Example

White with #54004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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