Html Css Color HEX #54094F Tyrian Purple

📋 copy color: '#54094F'

red 84 ◦ green 9 ◦ blue 79

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

Shades of Tyrian Purple #54094F

Tints of Tyrian Purple #54094F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.23%

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

R = 48.84%
G = 5.23%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#54094F (or 0x54094F) is known color: Tyrian Purple. HEX triplet: 54, 09 and 4F. RGB value is (84,9,79). Sum of RGB (Red+Green+Blue) = 84+9+79=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 79 (31.25% from 255 or 45.93% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #54094F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54094F is #ABF6B0. Grayscale: #272727. Windows color (decimal): -11269809 or 5179732. OLE color: 5179732.

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

Color convert

RGB 84 9 79 -
CMYK 0 0.89 0.06 0.67
HSL 304º 0.81% 0.18% -
HSV(B) 304º 0.89% 0.33% -
XYZ 5.17 2.64 7.64 -
YUV 39.41 150.35 159.81 -
System Red Green Blue C M Y K H S L
Decimal 84 9 79 0 0.89 0.06 0.67 304 0.81 0.18
Hex 54 9 4F 0 59 6 43 130 51 12
Octal 124 11 117 0 131 6 103 460 121 22
Binary 1010100 1001 1001111 0 1011001 110 1000011 100110000 1010001 10010

Color Harmonies of #54094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54094F

Black with #54094F

Text Example


Text Example

White with #54094F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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