Html Css Color HEX #5A0E3A Tyrian Purple

📋 copy color: '#5A0E3A'

red 90 ◦ green 14 ◦ blue 58

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

Shades of Tyrian Purple #5A0E3A

Tints of Tyrian Purple #5A0E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 35.8%

R = 55.56%
G = 8.64%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#5A0E3A (or 0x5A0E3A) is known color: Tyrian Purple. HEX triplet: 5A, 0E and 3A. RGB value is (90,14,58). Sum of RGB (Red+Green+Blue) = 90+14+58=162 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.56% from 162); Green value is 14 (5.86% from 255 or 8.64% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0E3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0E3A is #A5F1C5. Grayscale: #292929. Windows color (decimal): -10875334 or 3804762. OLE color: 3804762.

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

Color convert

RGB 90 14 58 -
CMYK 0 0.84 0.36 0.65
HSL 325.26º 0.73% 0.2% -
HSV(B) 325.26º 0.84% 0.35% -
XYZ 5.14 2.79 4.27 -
YUV 41.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 90 14 58 0 0.84 0.36 0.65 325.26 0.73 0.2
Hex 5A E 3A 0 54 24 41 145 49 14
Octal 132 16 72 0 124 44 101 505 111 24
Binary 1011010 1110 111010 0 1010100 100100 1000001 101000101 1001001 10100

Color Harmonies of #5A0E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0E3A

Black with #5A0E3A

Text Example


Text Example

White with #5A0E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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