Html Css Color HEX #5B0549 Tyrian Purple

📋 copy color: '#5B0549'

red 91 ◦ green 5 ◦ blue 73

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

Shades of Tyrian Purple #5B0549

Tints of Tyrian Purple #5B0549

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.96%

 BLUE value IS 73 (28.91% from 255) = 43.2%

R = 53.85%
G = 2.96%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#5B0549 (or 0x5B0549) is known color: Tyrian Purple. HEX triplet: 5B, 05 and 49. RGB value is (91,5,73). Sum of RGB (Red+Green+Blue) = 91+5+73=169 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.85% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0549 is #A4FAB6. Grayscale: #262626. Windows color (decimal): -10812087 or 4785499. OLE color: 4785499.

HSL color Cylindrical-coordinate representation of color #5B0549: hue angle of 312.56º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0549 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 5 73 -
CMYK 0 0.95 0.20 0.64
HSL 312.56º 0.9% 0.19% -
HSV(B) 312.56º 0.95% 0.36% -
XYZ 5.57 2.81 6.55 -
YUV 38.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 91 5 73 0 0.95 0.20 0.64 312.56 0.9 0.19
Hex 5B 5 49 0 5F 14 40 139 5A 13
Octal 133 5 111 0 137 24 100 471 132 23
Binary 1011011 101 1001001 0 1011111 10100 1000000 100111001 1011010 10011

Color Harmonies of #5B0549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0549

Black with #5B0549

Text Example


Text Example

White with #5B0549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,5,73); }

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

background-color css

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

 a { background-color: rgb(91,5,73); }

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

border-color css

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

 span { border-color: rgb(91,5,73); }

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