Html Css Color HEX #5B1448 Tyrian Purple

📋 copy color: '#5B1448'

red 91 ◦ green 20 ◦ blue 72

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

Shades of Tyrian Purple #5B1448

Tints of Tyrian Purple #5B1448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.93%

 BLUE value IS 72 (28.52% from 255) = 39.34%

R = 49.73%
G = 10.93%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#5B1448 (or 0x5B1448) is known color: Tyrian Purple. HEX triplet: 5B, 14 and 48. RGB value is (91,20,72). Sum of RGB (Red+Green+Blue) = 91+20+72=183 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.73% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1448 is #A4EBB7. Grayscale: #2F2F2F. Windows color (decimal): -10808248 or 4723803. OLE color: 4723803.

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

Color convert

RGB 91 20 72 -
CMYK 0 0.78 0.21 0.64
HSL 316.06º 0.64% 0.22% -
HSV(B) 316.06º 0.78% 0.36% -
XYZ 5.73 3.19 6.44 -
YUV 47.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 91 20 72 0 0.78 0.21 0.64 316.06 0.64 0.22
Hex 5B 14 48 0 4E 15 40 13C 40 16
Octal 133 24 110 0 116 25 100 474 100 26
Binary 1011011 10100 1001000 0 1001110 10101 1000000 100111100 1000000 10110

Color Harmonies of #5B1448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1448

Black with #5B1448

Text Example


Text Example

White with #5B1448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,20,72); }

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

background-color css

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

 a { background-color: rgb(91,20,72); }

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

border-color css

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

 span { border-color: rgb(91,20,72); }

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