Html Css Color HEX #54034F Tyrian Purple

📋 copy color: '#54034F'

red 84 ◦ green 3 ◦ blue 79

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

Shades of Tyrian Purple #54034F

Tints of Tyrian Purple #54034F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 47.59%

R = 50.6%
G = 1.81%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#54034F (or 0x54034F) is known color: Tyrian Purple. HEX triplet: 54, 03 and 4F. RGB value is (84,3,79). Sum of RGB (Red+Green+Blue) = 84+3+79=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #54034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54034F is #ABFCB0. Grayscale: #232323. Windows color (decimal): -11271345 or 5178196. OLE color: 5178196.

HSL color Cylindrical-coordinate representation of color #54034F: hue angle of 303.7º 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 #54034F is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 3 79 -
CMYK 0 0.96 0.06 0.67
HSL 303.7º 0.93% 0.17% -
HSV(B) 303.7º 0.96% 0.33% -
XYZ 5.1 2.51 7.61 -
YUV 35.88 152.34 162.32 -
System Red Green Blue C M Y K H S L
Decimal 84 3 79 0 0.96 0.06 0.67 303.7 0.93 0.17
Hex 54 3 4F 0 60 6 43 130 5D 11
Octal 124 3 117 0 140 6 103 460 135 21
Binary 1010100 11 1001111 0 1100000 110 1000011 100110000 1011101 10001

Color Harmonies of #54034F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54034F

Black with #54034F

Text Example


Text Example

White with #54034F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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