Html Css Color HEX #5A0047 Tyrian Purple

📋 copy color: '#5A0047'

red 90 ◦ green 0 ◦ blue 71

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

Shades of Tyrian Purple #5A0047

Tints of Tyrian Purple #5A0047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 71 (28.13% from 255) = 44.1%

R = 55.9%
G = 0%
B = 44.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#5A0047 (or 0x5A0047) is known color: Tyrian Purple. HEX triplet: 5A, 00 and 47. RGB value is (90,0,71). Sum of RGB (Red+Green+Blue) = 90+0+71=161 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.90% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0047 is #A5FFB8. Grayscale: #222222. Windows color (decimal): -10878905 or 4653146. OLE color: 4653146.

HSL color Cylindrical-coordinate representation of color #5A0047: hue angle of 312.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A0047 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 0 71 -
CMYK 0 1 0.21 0.65
HSL 312.67º 1% 0.18% -
HSV(B) 312.67º 1% 0.35% -
XYZ 5.35 2.63 6.19 -
YUV 35 148.32 167.23 -
System Red Green Blue C M Y K H S L
Decimal 90 0 71 0 1 0.21 0.65 312.67 1 0.18
Hex 5A 0 47 0 64 15 41 139 64 12
Octal 132 0 107 0 144 25 101 471 144 22
Binary 1011010 0 1000111 0 1100100 10101 1000001 100111001 1100100 10010

Color Harmonies of #5A0047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0047

Black with #5A0047

Text Example


Text Example

White with #5A0047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,0,71); }

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

background-color css

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

 a { background-color: rgb(90,0,71); }

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

border-color css

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

 span { border-color: rgb(90,0,71); }

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