Html Css Color HEX #5A1037 Tyrian Purple

📋 copy color: '#5A1037'

red 90 ◦ green 16 ◦ blue 55

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

Shades of Tyrian Purple #5A1037

Tints of Tyrian Purple #5A1037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.94%

 BLUE value IS 55 (21.88% from 255) = 34.16%

R = 55.9%
G = 9.94%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#5A1037 (or 0x5A1037) is known color: Tyrian Purple. HEX triplet: 5A, 10 and 37. RGB value is (90,16,55). Sum of RGB (Red+Green+Blue) = 90+16+55=161 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.90% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1037 is #A5EFC8. Grayscale: #2A2A2A. Windows color (decimal): -10874825 or 3608666. OLE color: 3608666.

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

Color convert

RGB 90 16 55 -
CMYK 0 0.82 0.39 0.65
HSL 328.38º 0.7% 0.21% -
HSV(B) 328.38º 0.82% 0.35% -
XYZ 5.09 2.82 3.89 -
YUV 42.57 135.02 161.83 -
System Red Green Blue C M Y K H S L
Decimal 90 16 55 0 0.82 0.39 0.65 328.38 0.7 0.21
Hex 5A 10 37 0 52 27 41 148 46 15
Octal 132 20 67 0 122 47 101 510 106 25
Binary 1011010 10000 110111 0 1010010 100111 1000001 101001000 1000110 10101

Color Harmonies of #5A1037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1037

Black with #5A1037

Text Example


Text Example

White with #5A1037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,16,55); }

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

background-color css

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

 a { background-color: rgb(90,16,55); }

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

border-color css

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

 span { border-color: rgb(90,16,55); }

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