Html Css Color HEX #54094B Tyrian Purple

📋 copy color: '#54094B'

red 84 ◦ green 9 ◦ blue 75

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

Shades of Tyrian Purple #54094B

Tints of Tyrian Purple #54094B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 44.64%

R = 50%
G = 5.36%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#54094B (or 0x54094B) is known color: Tyrian Purple. HEX triplet: 54, 09 and 4B. RGB value is (84,9,75). Sum of RGB (Red+Green+Blue) = 84+9+75=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #54094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54094B is #ABF6B4. Grayscale: #262626. Windows color (decimal): -11269813 or 4917588. OLE color: 4917588.

HSL color Cylindrical-coordinate representation of color #54094B: hue angle of 307.2º 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 #54094B is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 9 75 -
CMYK 0 0.89 0.11 0.67
HSL 307.2º 0.81% 0.18% -
HSV(B) 307.2º 0.89% 0.33% -
XYZ 5.02 2.59 6.89 -
YUV 38.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 84 9 75 0 0.89 0.11 0.67 307.2 0.81 0.18
Hex 54 9 4B 0 59 B 43 133 51 12
Octal 124 11 113 0 131 13 103 463 121 22
Binary 1010100 1001 1001011 0 1011001 1011 1000011 100110011 1010001 10010

Color Harmonies of #54094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54094B

Black with #54094B

Text Example


Text Example

White with #54094B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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