Html Css Color HEX #54093A Tyrian Purple

📋 copy color: '#54093A'

red 84 ◦ green 9 ◦ blue 58

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

Shades of Tyrian Purple #54093A

Tints of Tyrian Purple #54093A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 38.41%

R = 55.63%
G = 5.96%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#54093A (or 0x54093A) is known color: Tyrian Purple. HEX triplet: 54, 09 and 3A. RGB value is (84,9,58). Sum of RGB (Red+Green+Blue) = 84+9+58=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #54093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54093A is #ABF6C5. Grayscale: #242424. Windows color (decimal): -11269830 or 3803476. OLE color: 3803476.

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

Color convert

RGB 84 9 58 -
CMYK 0 0.89 0.31 0.67
HSL 320.8º 0.81% 0.18% -
HSV(B) 320.8º 0.89% 0.33% -
XYZ 4.52 2.39 4.23 -
YUV 37.01 139.85 161.52 -
System Red Green Blue C M Y K H S L
Decimal 84 9 58 0 0.89 0.31 0.67 320.8 0.81 0.18
Hex 54 9 3A 0 59 1F 43 141 51 12
Octal 124 11 72 0 131 37 103 501 121 22
Binary 1010100 1001 111010 0 1011001 11111 1000011 101000001 1010001 10010

Color Harmonies of #54093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54093A

Black with #54093A

Text Example


Text Example

White with #54093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54093A; }

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

 H1.HeaderClassName
 {
   color: #54093A;
 }
 .AnyTagClassName
 {
   color: #54093A;
 }
</style>

background-color css

<style>
 a { background-color: #54093A; }

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

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

border-color css

<style>
 span { border-color: #54093A; }

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

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