Html Css Color HEX #54064F Tyrian Purple

📋 copy color: '#54064F'

red 84 ◦ green 6 ◦ blue 79

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

Shades of Tyrian Purple #54064F

Tints of Tyrian Purple #54064F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.55%

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

R = 49.7%
G = 3.55%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#54064F (or 0x54064F) is known color: Tyrian Purple. HEX triplet: 54, 06 and 4F. RGB value is (84,6,79). Sum of RGB (Red+Green+Blue) = 84+6+79=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #54064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54064F is #ABF9B0. Grayscale: #252525. Windows color (decimal): -11270577 or 5178964. OLE color: 5178964.

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

Color convert

RGB 84 6 79 -
CMYK 0 0.93 0.06 0.67
HSL 303.85º 0.87% 0.18% -
HSV(B) 303.85º 0.93% 0.33% -
XYZ 5.13 2.58 7.62 -
YUV 37.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 84 6 79 0 0.93 0.06 0.67 303.85 0.87 0.18
Hex 54 6 4F 0 5D 6 43 130 57 12
Octal 124 6 117 0 135 6 103 460 127 22
Binary 1010100 110 1001111 0 1011101 110 1000011 100110000 1010111 10010

Color Harmonies of #54064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54064F

Black with #54064F

Text Example


Text Example

White with #54064F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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