Html Css Color HEX #54064C Tyrian Purple

📋 copy color: '#54064C'

red 84 ◦ green 6 ◦ blue 76

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

Shades of Tyrian Purple #54064C

Tints of Tyrian Purple #54064C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 45.78%

R = 50.6%
G = 3.61%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#54064C (or 0x54064C) is known color: Tyrian Purple. HEX triplet: 54, 06 and 4C. RGB value is (84,6,76). Sum of RGB (Red+Green+Blue) = 84+6+76=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #54064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54064C is #ABF9B3. Grayscale: #252525. Windows color (decimal): -11270580 or 4982356. OLE color: 4982356.

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

Color convert

RGB 84 6 76 -
CMYK 0 0.93 0.10 0.67
HSL 306.15º 0.87% 0.18% -
HSV(B) 306.15º 0.93% 0.33% -
XYZ 5.03 2.54 7.06 -
YUV 37.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 84 6 76 0 0.93 0.10 0.67 306.15 0.87 0.18
Hex 54 6 4C 0 5D A 43 132 57 12
Octal 124 6 114 0 135 12 103 462 127 22
Binary 1010100 110 1001100 0 1011101 1010 1000011 100110010 1010111 10010

Color Harmonies of #54064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54064C

Black with #54064C

Text Example


Text Example

White with #54064C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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