Html Css Color HEX #54044B Tyrian Purple

📋 copy color: '#54044B'

red 84 ◦ green 4 ◦ blue 75

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

Shades of Tyrian Purple #54044B

Tints of Tyrian Purple #54044B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 46.01%

R = 51.53%
G = 2.45%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#54044B (or 0x54044B) is known color: Tyrian Purple. HEX triplet: 54, 04 and 4B. RGB value is (84,4,75). Sum of RGB (Red+Green+Blue) = 84+4+75=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #54044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54044B is #ABFBB4. Grayscale: #232323. Windows color (decimal): -11271093 or 4916308. OLE color: 4916308.

HSL color Cylindrical-coordinate representation of color #54044B: hue angle of 306.75º 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 #54044B is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 4 75 -
CMYK 0 0.95 0.11 0.67
HSL 306.75º 0.91% 0.17% -
HSV(B) 306.75º 0.95% 0.33% -
XYZ 4.97 2.48 6.87 -
YUV 36.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 84 4 75 0 0.95 0.11 0.67 306.75 0.91 0.17
Hex 54 4 4B 0 5F B 43 133 5B 11
Octal 124 4 113 0 137 13 103 463 133 21
Binary 1010100 100 1001011 0 1011111 1011 1000011 100110011 1011011 10001

Color Harmonies of #54044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54044B

Black with #54044B

Text Example


Text Example

White with #54044B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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