Html Css Color HEX #5A0E3C Tyrian Purple

📋 copy color: '#5A0E3C'

red 90 ◦ green 14 ◦ blue 60

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

Shades of Tyrian Purple #5A0E3C

Tints of Tyrian Purple #5A0E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 36.59%

R = 54.88%
G = 8.54%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#5A0E3C (or 0x5A0E3C) is known color: Tyrian Purple. HEX triplet: 5A, 0E and 3C. RGB value is (90,14,60). Sum of RGB (Red+Green+Blue) = 90+14+60=164 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.88% from 164); Green value is 14 (5.86% from 255 or 8.54% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0E3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0E3C is #A5F1C3. Grayscale: #292929. Windows color (decimal): -10875332 or 3935834. OLE color: 3935834.

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

Color convert

RGB 90 14 60 -
CMYK 0 0.84 0.33 0.65
HSL 323.68º 0.73% 0.2% -
HSV(B) 323.68º 0.84% 0.35% -
XYZ 5.19 2.81 4.54 -
YUV 41.97 138.18 162.26 -
System Red Green Blue C M Y K H S L
Decimal 90 14 60 0 0.84 0.33 0.65 323.68 0.73 0.2
Hex 5A E 3C 0 54 21 41 144 49 14
Octal 132 16 74 0 124 41 101 504 111 24
Binary 1011010 1110 111100 0 1010100 100001 1000001 101000100 1001001 10100

Color Harmonies of #5A0E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0E3C

Black with #5A0E3C

Text Example


Text Example

White with #5A0E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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