Html Css Color HEX #5A0E41 Tyrian Purple

📋 copy color: '#5A0E41'

red 90 ◦ green 14 ◦ blue 65

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

Shades of Tyrian Purple #5A0E41

Tints of Tyrian Purple #5A0E41

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.28%

 BLUE value IS 65 (25.78% from 255) = 38.46%

R = 53.25%
G = 8.28%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#5A0E41 (or 0x5A0E41) is known color: Tyrian Purple. HEX triplet: 5A, 0E and 41. RGB value is (90,14,65). Sum of RGB (Red+Green+Blue) = 90+14+65=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 14 (5.86% from 255 or 8.28% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0E41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0E41 is #A5F1BE. Grayscale: #2A2A2A. Windows color (decimal): -10875327 or 4263514. OLE color: 4263514.

HSL color Cylindrical-coordinate representation of color #5A0E41: hue angle of 319.74º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A0E41 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 14 65 -
CMYK 0 0.84 0.28 0.65
HSL 319.74º 0.73% 0.2% -
HSV(B) 319.74º 0.84% 0.35% -
XYZ 5.33 2.87 5.27 -
YUV 42.54 140.68 161.85 -
System Red Green Blue C M Y K H S L
Decimal 90 14 65 0 0.84 0.28 0.65 319.74 0.73 0.2
Hex 5A E 41 0 54 1C 41 140 49 14
Octal 132 16 101 0 124 34 101 500 111 24
Binary 1011010 1110 1000001 0 1010100 11100 1000001 101000000 1001001 10100

Color Harmonies of #5A0E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0E41

Black with #5A0E41

Text Example


Text Example

White with #5A0E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,14,65); }

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

background-color css

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

 a { background-color: rgb(90,14,65); }

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

border-color css

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

 span { border-color: rgb(90,14,65); }

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