Html Css Color HEX #54104A Tyrian Purple

📋 copy color: '#54104A'

red 84 ◦ green 16 ◦ blue 74

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

Shades of Tyrian Purple #54104A

Tints of Tyrian Purple #54104A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.2%

 BLUE value IS 74 (29.3% from 255) = 42.53%

R = 48.28%
G = 9.2%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#54104A (or 0x54104A) is known color: Tyrian Purple. HEX triplet: 54, 10 and 4A. RGB value is (84,16,74). Sum of RGB (Red+Green+Blue) = 84+16+74=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #54104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54104A is #ABEFB5. Grayscale: #2A2A2A. Windows color (decimal): -11268022 or 4853844. OLE color: 4853844.

HSL color Cylindrical-coordinate representation of color #54104A: hue angle of 308.82º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #54104A is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 16 74 -
CMYK 0 0.81 0.12 0.67
HSL 308.82º 0.68% 0.2% -
HSV(B) 308.82º 0.81% 0.33% -
XYZ 5.08 2.75 6.74 -
YUV 42.94 145.53 157.28 -
System Red Green Blue C M Y K H S L
Decimal 84 16 74 0 0.81 0.12 0.67 308.82 0.68 0.2
Hex 54 10 4A 0 51 C 43 135 44 14
Octal 124 20 112 0 121 14 103 465 104 24
Binary 1010100 10000 1001010 0 1010001 1100 1000011 100110101 1000100 10100

Color Harmonies of #54104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54104A

Black with #54104A

Text Example


Text Example

White with #54104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54104A; }

 p { color: rgb(84,16,74); }

 H1.HeaderClassName
 {
   color: #54104A;
 }
 .AnyTagClassName
 {
   color: #54104A;
 }
</style>

background-color css

<style>
 a { background-color: #54104A; }

 a { background-color: rgb(84,16,74); }

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

border-color css

<style>
 span { border-color: #54104A; }

 span { border-color: rgb(84,16,74); }

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