Html Css Color HEX #5A1131 Tyrian Purple

📋 copy color: '#5A1131'

red 90 ◦ green 17 ◦ blue 49

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

Shades of Tyrian Purple #5A1131

Tints of Tyrian Purple #5A1131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.9%

 BLUE value IS 49 (19.53% from 255) = 31.41%

R = 57.69%
G = 10.9%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#5A1131 (or 0x5A1131) is known color: Tyrian Purple. HEX triplet: 5A, 11 and 31. RGB value is (90,17,49). Sum of RGB (Red+Green+Blue) = 90+17+49=156 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.69% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1131 is #A5EECE. Grayscale: #2A2A2A. Windows color (decimal): -10874575 or 3215706. OLE color: 3215706.

HSL color Cylindrical-coordinate representation of color #5A1131: hue angle of 333.7º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A1131 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 17 49 -
CMYK 0 0.81 0.46 0.65
HSL 333.7º 0.68% 0.21% -
HSV(B) 333.7º 0.81% 0.35% -
XYZ 4.97 2.8 3.18 -
YUV 42.48 131.68 161.9 -
System Red Green Blue C M Y K H S L
Decimal 90 17 49 0 0.81 0.46 0.65 333.7 0.68 0.21
Hex 5A 11 31 0 51 2E 41 14E 44 15
Octal 132 21 61 0 121 56 101 516 104 25
Binary 1011010 10001 110001 0 1010001 101110 1000001 101001110 1000100 10101

Color Harmonies of #5A1131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1131

Black with #5A1131

Text Example


Text Example

White with #5A1131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,17,49); }

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

background-color css

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

 a { background-color: rgb(90,17,49); }

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

border-color css

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

 span { border-color: rgb(90,17,49); }

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