Html Css Color HEX #5A0447 Tyrian Purple

📋 copy color: '#5A0447'

red 90 ◦ green 4 ◦ blue 71

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

Shades of Tyrian Purple #5A0447

Tints of Tyrian Purple #5A0447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.42%

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

R = 54.55%
G = 2.42%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#5A0447 (or 0x5A0447) is known color: Tyrian Purple. HEX triplet: 5A, 04 and 47. RGB value is (90,4,71). Sum of RGB (Red+Green+Blue) = 90+4+71=165 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.55% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 71 (28.12% from 255 or 43.03% from 165); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0447 is #A5FBB8. Grayscale: #252525. Windows color (decimal): -10877881 or 4654170. OLE color: 4654170.

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

Color convert

RGB 90 4 71 -
CMYK 0 0.96 0.21 0.65
HSL 313.26º 0.91% 0.18% -
HSV(B) 313.26º 0.96% 0.35% -
XYZ 5.4 2.72 6.2 -
YUV 37.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 90 4 71 0 0.96 0.21 0.65 313.26 0.91 0.18
Hex 5A 4 47 0 60 15 41 139 5B 12
Octal 132 4 107 0 140 25 101 471 133 22
Binary 1011010 100 1000111 0 1100000 10101 1000001 100111001 1011011 10010

Color Harmonies of #5A0447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0447

Black with #5A0447

Text Example


Text Example

White with #5A0447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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