Html Css Color HEX #54044C Tyrian Purple

📋 copy color: '#54044C'

red 84 ◦ green 4 ◦ blue 76

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

Shades of Tyrian Purple #54044C

Tints of Tyrian Purple #54044C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.44%

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

R = 51.22%
G = 2.44%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#54044C (or 0x54044C) is known color: Tyrian Purple. HEX triplet: 54, 04 and 4C. RGB value is (84,4,76). Sum of RGB (Red+Green+Blue) = 84+4+76=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #54044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54044C is #ABFBB3. Grayscale: #232323. Windows color (decimal): -11271092 or 4981844. OLE color: 4981844.

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

Color convert

RGB 84 4 76 -
CMYK 0 0.95 0.10 0.67
HSL 306º 0.91% 0.17% -
HSV(B) 306º 0.95% 0.33% -
XYZ 5 2.49 7.06 -
YUV 36.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 84 4 76 0 0.95 0.10 0.67 306 0.91 0.17
Hex 54 4 4C 0 5F A 43 132 5B 11
Octal 124 4 114 0 137 12 103 462 133 21
Binary 1010100 100 1001100 0 1011111 1010 1000011 100110010 1011011 10001

Color Harmonies of #54044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54044C

Black with #54044C

Text Example


Text Example

White with #54044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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