Html Css Color HEX #5A0E39 Tyrian Purple

📋 copy color: '#5A0E39'

red 90 ◦ green 14 ◦ blue 57

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

Shades of Tyrian Purple #5A0E39

Tints of Tyrian Purple #5A0E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 35.4%

R = 55.9%
G = 8.7%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.65

RGB Variations

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

Color information

#5A0E39 (or 0x5A0E39) is known color: Tyrian Purple. HEX triplet: 5A, 0E and 39. RGB value is (90,14,57). Sum of RGB (Red+Green+Blue) = 90+14+57=161 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.90% from 161); Green value is 14 (5.86% from 255 or 8.70% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0E39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0E39 is #A5F1C6. Grayscale: #292929. Windows color (decimal): -10875335 or 3739226. OLE color: 3739226.

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

Color convert

RGB 90 14 57 -
CMYK 0 0.84 0.37 0.65
HSL 326.05º 0.73% 0.2% -
HSV(B) 326.05º 0.84% 0.35% -
XYZ 5.11 2.78 4.14 -
YUV 41.63 136.68 162.5 -
System Red Green Blue C M Y K H S L
Decimal 90 14 57 0 0.84 0.37 0.65 326.05 0.73 0.2
Hex 5A E 39 0 54 25 41 146 49 14
Octal 132 16 71 0 124 45 101 506 111 24
Binary 1011010 1110 111001 0 1010100 100101 1000001 101000110 1001001 10100

Color Harmonies of #5A0E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0E39

Black with #5A0E39

Text Example


Text Example

White with #5A0E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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