Html Css Color HEX #5A0946 Tyrian Purple

📋 copy color: '#5A0946'

red 90 ◦ green 9 ◦ blue 70

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

Shades of Tyrian Purple #5A0946

Tints of Tyrian Purple #5A0946

RGB

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

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

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

R = 53.25%
G = 5.33%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#5A0946 (or 0x5A0946) is known color: Tyrian Purple. HEX triplet: 5A, 09 and 46. RGB value is (90,9,70). Sum of RGB (Red+Green+Blue) = 90+9+70=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0946 is #A5F6B9. Grayscale: #282828. Windows color (decimal): -10876602 or 4589914. OLE color: 4589914.

HSL color Cylindrical-coordinate representation of color #5A0946: hue angle of 314.81º 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 #5A0946 is Cyan = 0, Magento = 0.9, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 9 70 -
CMYK 0 0.9 0.22 0.65
HSL 314.81º 0.82% 0.19% -
HSV(B) 314.81º 0.9% 0.35% -
XYZ 5.42 2.81 6.05 -
YUV 40.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 90 9 70 0 0.9 0.22 0.65 314.81 0.82 0.19
Hex 5A 9 46 0 5A 16 41 13B 52 13
Octal 132 11 106 0 132 26 101 473 122 23
Binary 1011010 1001 1000110 0 1011010 10110 1000001 100111011 1010010 10011

Color Harmonies of #5A0946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0946

Black with #5A0946

Text Example


Text Example

White with #5A0946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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