Html Css Color HEX #54054F Tyrian Purple

📋 copy color: '#54054F'

red 84 ◦ green 5 ◦ blue 79

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

Shades of Tyrian Purple #54054F

Tints of Tyrian Purple #54054F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.98%

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

R = 50%
G = 2.98%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#54054F (or 0x54054F) is known color: Tyrian Purple. HEX triplet: 54, 05 and 4F. RGB value is (84,5,79). Sum of RGB (Red+Green+Blue) = 84+5+79=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #54054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54054F is #ABFAB0. Grayscale: #242424. Windows color (decimal): -11270833 or 5178708. OLE color: 5178708.

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

Color convert

RGB 84 5 79 -
CMYK 0 0.94 0.06 0.67
HSL 303.8º 0.89% 0.17% -
HSV(B) 303.8º 0.94% 0.33% -
XYZ 5.12 2.56 7.62 -
YUV 37.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 84 5 79 0 0.94 0.06 0.67 303.8 0.89 0.17
Hex 54 5 4F 0 5E 6 43 130 59 11
Octal 124 5 117 0 136 6 103 460 131 21
Binary 1010100 101 1001111 0 1011110 110 1000011 100110000 1011001 10001

Color Harmonies of #54054F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54054F

Black with #54054F

Text Example


Text Example

White with #54054F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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