Html Css Color HEX #5B113D Tyrian Purple

📋 copy color: '#5B113D'

red 91 ◦ green 17 ◦ blue 61

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

Shades of Tyrian Purple #5B113D

Tints of Tyrian Purple #5B113D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.06%

 BLUE value IS 61 (24.22% from 255) = 36.09%

R = 53.85%
G = 10.06%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#5B113D (or 0x5B113D) is known color: Tyrian Purple. HEX triplet: 5B, 11 and 3D. RGB value is (91,17,61). Sum of RGB (Red+Green+Blue) = 91+17+61=169 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.85% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 91 - color contains mainly: red. Hex color #5B113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B113D is #A4EEC2. Grayscale: #2C2C2C. Windows color (decimal): -10809027 or 4002139. OLE color: 4002139.

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

Color convert

RGB 91 17 61 -
CMYK 0 0.81 0.33 0.64
HSL 324.32º 0.69% 0.21% -
HSV(B) 324.32º 0.81% 0.36% -
XYZ 5.36 2.96 4.7 -
YUV 44.14 137.52 161.42 -
System Red Green Blue C M Y K H S L
Decimal 91 17 61 0 0.81 0.33 0.64 324.32 0.69 0.21
Hex 5B 11 3D 0 51 21 40 144 45 15
Octal 133 21 75 0 121 41 100 504 105 25
Binary 1011011 10001 111101 0 1010001 100001 1000000 101000100 1000101 10101

Color Harmonies of #5B113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B113D

Black with #5B113D

Text Example


Text Example

White with #5B113D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,17,61); }

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

background-color css

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

 a { background-color: rgb(91,17,61); }

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

border-color css

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

 span { border-color: rgb(91,17,61); }

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