Html Css Color HEX #5A0546 Tyrian Purple

📋 copy color: '#5A0546'

red 90 ◦ green 5 ◦ blue 70

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

Shades of Tyrian Purple #5A0546

Tints of Tyrian Purple #5A0546

RGB

 RED value IS 90 (35.55% from 255) = 54.55%

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

 BLUE value IS 70 (27.73% from 255) = 42.42%

R = 54.55%
G = 3.03%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#5A0546 (or 0x5A0546) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 46. RGB value is (90,5,70). Sum of RGB (Red+Green+Blue) = 90+5+70=165 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.55% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0546 is #A5FAB9. Grayscale: #252525. Windows color (decimal): -10877626 or 4588890. OLE color: 4588890.

HSL color Cylindrical-coordinate representation of color #5A0546: hue angle of 314.12º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0546 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 5 70 -
CMYK 0 0.94 0.22 0.65
HSL 314.12º 0.89% 0.19% -
HSV(B) 314.12º 0.94% 0.35% -
XYZ 5.38 2.72 6.04 -
YUV 37.83 146.16 165.21 -
System Red Green Blue C M Y K H S L
Decimal 90 5 70 0 0.94 0.22 0.65 314.12 0.89 0.19
Hex 5A 5 46 0 5E 16 41 13A 59 13
Octal 132 5 106 0 136 26 101 472 131 23
Binary 1011010 101 1000110 0 1011110 10110 1000001 100111010 1011001 10011

Color Harmonies of #5A0546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0546

Black with #5A0546

Text Example


Text Example

White with #5A0546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A0546; }

 p { color: rgb(90,5,70); }

 H1.HeaderClassName
 {
   color: #5A0546;
 }
 .AnyTagClassName
 {
   color: #5A0546;
 }
</style>

background-color css

<style>
 a { background-color: #5A0546; }

 a { background-color: rgb(90,5,70); }

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

border-color css

<style>
 span { border-color: #5A0546; }

 span { border-color: rgb(90,5,70); }

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