Html Css Color HEX #5A0D39 Tyrian Purple

📋 copy color: '#5A0D39'

red 90 ◦ green 13 ◦ blue 57

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

Shades of Tyrian Purple #5A0D39

Tints of Tyrian Purple #5A0D39

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.13%

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

R = 56.25%
G = 8.13%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.65

RGB Variations

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

Color information

#5A0D39 (or 0x5A0D39) is known color: Tyrian Purple. HEX triplet: 5A, 0D and 39. RGB value is (90,13,57). Sum of RGB (Red+Green+Blue) = 90+13+57=160 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.25% from 160); Green value is 13 (5.47% from 255 or 8.12% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0D39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0D39 is #A5F2C6. Grayscale: #282828. Windows color (decimal): -10875591 or 3738970. OLE color: 3738970.

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

Color convert

RGB 90 13 57 -
CMYK 0 0.86 0.37 0.65
HSL 325.71º 0.75% 0.2% -
HSV(B) 325.71º 0.86% 0.35% -
XYZ 5.1 2.76 4.13 -
YUV 41.04 137.01 162.92 -
System Red Green Blue C M Y K H S L
Decimal 90 13 57 0 0.86 0.37 0.65 325.71 0.75 0.2
Hex 5A D 39 0 56 25 41 146 4B 14
Octal 132 15 71 0 126 45 101 506 113 24
Binary 1011010 1101 111001 0 1010110 100101 1000001 101000110 1001011 10100

Color Harmonies of #5A0D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0D39

Black with #5A0D39

Text Example


Text Example

White with #5A0D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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