Html Css Color HEX #54034A Tyrian Purple

📋 copy color: '#54034A'

red 84 ◦ green 3 ◦ blue 74

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

Shades of Tyrian Purple #54034A

Tints of Tyrian Purple #54034A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.86%

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

R = 52.17%
G = 1.86%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#54034A (or 0x54034A) is known color: Tyrian Purple. HEX triplet: 54, 03 and 4A. RGB value is (84,3,74). Sum of RGB (Red+Green+Blue) = 84+3+74=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #54034A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54034A is #ABFCB5. Grayscale: #232323. Windows color (decimal): -11271350 or 4850516. OLE color: 4850516.

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

Color convert

RGB 84 3 74 -
CMYK 0 0.96 0.12 0.67
HSL 307.41º 0.93% 0.17% -
HSV(B) 307.41º 0.96% 0.33% -
XYZ 4.92 2.44 6.69 -
YUV 35.31 149.84 162.73 -
System Red Green Blue C M Y K H S L
Decimal 84 3 74 0 0.96 0.12 0.67 307.41 0.93 0.17
Hex 54 3 4A 0 60 C 43 133 5D 11
Octal 124 3 112 0 140 14 103 463 135 21
Binary 1010100 11 1001010 0 1100000 1100 1000011 100110011 1011101 10001

Color Harmonies of #54034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54034A

Black with #54034A

Text Example


Text Example

White with #54034A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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