Html Css Color HEX #5A053E Tyrian Purple

📋 copy color: '#5A053E'

red 90 ◦ green 5 ◦ blue 62

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

Shades of Tyrian Purple #5A053E

Tints of Tyrian Purple #5A053E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.18%

 BLUE value IS 62 (24.61% from 255) = 39.49%

R = 57.32%
G = 3.18%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#5A053E (or 0x5A053E) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 3E. RGB value is (90,5,62). Sum of RGB (Red+Green+Blue) = 90+5+62=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A053E is #A5FAC1. Grayscale: #242424. Windows color (decimal): -10877634 or 4064602. OLE color: 4064602.

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

Color convert

RGB 90 5 62 -
CMYK 0 0.94 0.31 0.65
HSL 319.76º 0.89% 0.19% -
HSV(B) 319.76º 0.94% 0.35% -
XYZ 5.14 2.63 4.79 -
YUV 36.91 142.16 165.87 -
System Red Green Blue C M Y K H S L
Decimal 90 5 62 0 0.94 0.31 0.65 319.76 0.89 0.19
Hex 5A 5 3E 0 5E 1F 41 140 59 13
Octal 132 5 76 0 136 37 101 500 131 23
Binary 1011010 101 111110 0 1011110 11111 1000001 101000000 1011001 10011

Color Harmonies of #5A053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A053E

Black with #5A053E

Text Example


Text Example

White with #5A053E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,5,62); }

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

background-color css

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

 a { background-color: rgb(90,5,62); }

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

border-color css

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

 span { border-color: rgb(90,5,62); }

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