Html Css Color HEX #54064E Tyrian Purple

📋 copy color: '#54064E'

red 84 ◦ green 6 ◦ blue 78

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

Shades of Tyrian Purple #54064E

Tints of Tyrian Purple #54064E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 46.43%

R = 50%
G = 3.57%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#54064E (or 0x54064E) is known color: Tyrian Purple. HEX triplet: 54, 06 and 4E. RGB value is (84,6,78). Sum of RGB (Red+Green+Blue) = 84+6+78=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #54064E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54064E is #ABF9B1. Grayscale: #252525. Windows color (decimal): -11270578 or 5113428. OLE color: 5113428.

HSL color Cylindrical-coordinate representation of color #54064E: hue angle of 304.62º 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 #54064E is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 6 78 -
CMYK 0 0.93 0.07 0.67
HSL 304.62º 0.87% 0.18% -
HSV(B) 304.62º 0.93% 0.33% -
XYZ 5.1 2.57 7.43 -
YUV 37.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 84 6 78 0 0.93 0.07 0.67 304.62 0.87 0.18
Hex 54 6 4E 0 5D 7 43 131 57 12
Octal 124 6 116 0 135 7 103 461 127 22
Binary 1010100 110 1001110 0 1011101 111 1000011 100110001 1010111 10010

Color Harmonies of #54064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54064E

Black with #54064E

Text Example


Text Example

White with #54064E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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