Html Css Color HEX #5A0947 Tyrian Purple

📋 copy color: '#5A0947'

red 90 ◦ green 9 ◦ blue 71

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

Shades of Tyrian Purple #5A0947

Tints of Tyrian Purple #5A0947

RGB

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

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

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

R = 52.94%
G = 5.29%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#5A0947 (or 0x5A0947) is known color: Tyrian Purple. HEX triplet: 5A, 09 and 47. RGB value is (90,9,71). Sum of RGB (Red+Green+Blue) = 90+9+71=170 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.94% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0947 is #A5F6B8. Grayscale: #282828. Windows color (decimal): -10876601 or 4655450. OLE color: 4655450.

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

Color convert

RGB 90 9 71 -
CMYK 0 0.9 0.21 0.65
HSL 314.07º 0.82% 0.19% -
HSV(B) 314.07º 0.9% 0.35% -
XYZ 5.45 2.82 6.22 -
YUV 40.29 145.34 163.46 -
System Red Green Blue C M Y K H S L
Decimal 90 9 71 0 0.9 0.21 0.65 314.07 0.82 0.19
Hex 5A 9 47 0 5A 15 41 13A 52 13
Octal 132 11 107 0 132 25 101 472 122 23
Binary 1011010 1001 1000111 0 1011010 10101 1000001 100111010 1010010 10011

Color Harmonies of #5A0947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0947

Black with #5A0947

Text Example


Text Example

White with #5A0947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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