Html Css Color HEX #5A044D Tyrian Purple

📋 copy color: '#5A044D'

red 90 ◦ green 4 ◦ blue 77

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

Shades of Tyrian Purple #5A044D

Tints of Tyrian Purple #5A044D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 45.03%

R = 52.63%
G = 2.34%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#5A044D (or 0x5A044D) is known color: Tyrian Purple. HEX triplet: 5A, 04 and 4D. RGB value is (90,4,77). Sum of RGB (Red+Green+Blue) = 90+4+77=171 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.63% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 90 - color contains mainly: red. Hex color #5A044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A044D is #A5FBB2. Grayscale: #252525. Windows color (decimal): -10877875 or 5047386. OLE color: 5047386.

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

Color convert

RGB 90 4 77 -
CMYK 0 0.96 0.14 0.65
HSL 309.07º 0.91% 0.18% -
HSV(B) 309.07º 0.96% 0.35% -
XYZ 5.6 2.8 7.27 -
YUV 38.04 149.99 165.06 -
System Red Green Blue C M Y K H S L
Decimal 90 4 77 0 0.96 0.14 0.65 309.07 0.91 0.18
Hex 5A 4 4D 0 60 E 41 135 5B 12
Octal 132 4 115 0 140 16 101 465 133 22
Binary 1011010 100 1001101 0 1100000 1110 1000001 100110101 1011011 10010

Color Harmonies of #5A044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A044D

Black with #5A044D

Text Example


Text Example

White with #5A044D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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