Html Css Color HEX #54074F Tyrian Purple

📋 copy color: '#54074F'

red 84 ◦ green 7 ◦ blue 79

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

Shades of Tyrian Purple #54074F

Tints of Tyrian Purple #54074F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.12%

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

R = 49.41%
G = 4.12%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#54074F (or 0x54074F) is known color: Tyrian Purple. HEX triplet: 54, 07 and 4F. RGB value is (84,7,79). Sum of RGB (Red+Green+Blue) = 84+7+79=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 79 (31.25% from 255 or 46.47% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #54074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54074F is #ABF8B0. Grayscale: #262626. Windows color (decimal): -11270321 or 5179220. OLE color: 5179220.

HSL color Cylindrical-coordinate representation of color #54074F: hue angle of 303.9º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #54074F is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 7 79 -
CMYK 0 0.92 0.06 0.67
HSL 303.9º 0.85% 0.18% -
HSV(B) 303.9º 0.92% 0.33% -
XYZ 5.14 2.6 7.63 -
YUV 38.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 84 7 79 0 0.92 0.06 0.67 303.9 0.85 0.18
Hex 54 7 4F 0 5C 6 43 130 55 12
Octal 124 7 117 0 134 6 103 460 125 22
Binary 1010100 111 1001111 0 1011100 110 1000011 100110000 1010101 10010

Color Harmonies of #54074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54074F

Black with #54074F

Text Example


Text Example

White with #54074F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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