Html Css Color HEX #5B144A Tyrian Purple

📋 copy color: '#5B144A'

red 91 ◦ green 20 ◦ blue 74

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

Shades of Tyrian Purple #5B144A

Tints of Tyrian Purple #5B144A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 40%

R = 49.19%
G = 10.81%
B = 40%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#5B144A (or 0x5B144A) is known color: Tyrian Purple. HEX triplet: 5B, 14 and 4A. RGB value is (91,20,74). Sum of RGB (Red+Green+Blue) = 91+20+74=185 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.19% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 91 - color contains mainly: red. Hex color #5B144A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B144A is #A4EBB5. Grayscale: #2F2F2F. Windows color (decimal): -10808246 or 4854875. OLE color: 4854875.

HSL color Cylindrical-coordinate representation of color #5B144A: hue angle of 314.37º 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 #5B144A is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 20 74 -
CMYK 0 0.78 0.19 0.64
HSL 314.37º 0.64% 0.22% -
HSV(B) 314.37º 0.78% 0.36% -
XYZ 5.8 3.22 6.79 -
YUV 47.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 91 20 74 0 0.78 0.19 0.64 314.37 0.64 0.22
Hex 5B 14 4A 0 4E 13 40 13A 40 16
Octal 133 24 112 0 116 23 100 472 100 26
Binary 1011011 10100 1001010 0 1001110 10011 1000000 100111010 1000000 10110

Color Harmonies of #5B144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B144A

Black with #5B144A

Text Example


Text Example

White with #5B144A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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