Html Css Color HEX #5A0147 Tyrian Purple

📋 copy color: '#5A0147'

red 90 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #5A0147

Tints of Tyrian Purple #5A0147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

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

R = 55.56%
G = 0.62%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#5A0147 (or 0x5A0147) is known color: Tyrian Purple. HEX triplet: 5A, 01 and 47. RGB value is (90,1,71). Sum of RGB (Red+Green+Blue) = 90+1+71=162 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.56% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0147 is #A5FEB8. Grayscale: #232323. Windows color (decimal): -10878649 or 4653402. OLE color: 4653402.

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

Color convert

RGB 90 1 71 -
CMYK 0 0.99 0.21 0.65
HSL 312.81º 0.98% 0.18% -
HSV(B) 312.81º 0.99% 0.35% -
XYZ 5.36 2.65 6.19 -
YUV 35.59 147.99 166.81 -
System Red Green Blue C M Y K H S L
Decimal 90 1 71 0 0.99 0.21 0.65 312.81 0.98 0.18
Hex 5A 1 47 0 63 15 41 139 62 12
Octal 132 1 107 0 143 25 101 471 142 22
Binary 1011010 1 1000111 0 1100011 10101 1000001 100111001 1100010 10010

Color Harmonies of #5A0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0147

Black with #5A0147

Text Example


Text Example

White with #5A0147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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