Html Css Color HEX #5B1346 Tyrian Purple

📋 copy color: '#5B1346'

red 91 ◦ green 19 ◦ blue 70

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

Shades of Tyrian Purple #5B1346

Tints of Tyrian Purple #5B1346

RGB

 RED value IS 91 (35.94% from 255) = 50.56%

 GREEN value IS 19 (7.81% from 255) = 10.56%

 BLUE value IS 70 (27.73% from 255) = 38.89%

R = 50.56%
G = 10.56%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#5B1346 (or 0x5B1346) is known color: Tyrian Purple. HEX triplet: 5B, 13 and 46. RGB value is (91,19,70). Sum of RGB (Red+Green+Blue) = 91+19+70=180 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.56% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1346 is #A4ECB9. Grayscale: #2E2E2E. Windows color (decimal): -10808506 or 4592475. OLE color: 4592475.

HSL color Cylindrical-coordinate representation of color #5B1346: hue angle of 317.5º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B1346 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 19 70 -
CMYK 0 0.79 0.23 0.64
HSL 317.5º 0.65% 0.22% -
HSV(B) 317.5º 0.79% 0.36% -
XYZ 5.65 3.13 6.1 -
YUV 46.34 141.35 159.85 -
System Red Green Blue C M Y K H S L
Decimal 91 19 70 0 0.79 0.23 0.64 317.5 0.65 0.22
Hex 5B 13 46 0 4F 17 40 13E 41 16
Octal 133 23 106 0 117 27 100 476 101 26
Binary 1011011 10011 1000110 0 1001111 10111 1000000 100111110 1000001 10110

Color Harmonies of #5B1346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1346

Black with #5B1346

Text Example


Text Example

White with #5B1346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,19,70); }

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

background-color css

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

 a { background-color: rgb(91,19,70); }

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

border-color css

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

 span { border-color: rgb(91,19,70); }

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