Html Css Color HEX #5B124D Tyrian Purple

📋 copy color: '#5B124D'

red 91 ◦ green 18 ◦ blue 77

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

Shades of Tyrian Purple #5B124D

Tints of Tyrian Purple #5B124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

 BLUE value IS 77 (30.47% from 255) = 41.4%

R = 48.92%
G = 9.68%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#5B124D (or 0x5B124D) is known color: Tyrian Purple. HEX triplet: 5B, 12 and 4D. RGB value is (91,18,77). Sum of RGB (Red+Green+Blue) = 91+18+77=186 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.92% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 91 - color contains mainly: red. Hex color #5B124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B124D is #A4EDB2. Grayscale: #2E2E2E. Windows color (decimal): -10808755 or 5050971. OLE color: 5050971.

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

Color convert

RGB 91 18 77 -
CMYK 0 0.80 0.15 0.64
HSL 311.51º 0.67% 0.21% -
HSV(B) 311.51º 0.8% 0.36% -
XYZ 5.87 3.19 7.33 -
YUV 46.55 145.18 159.7 -
System Red Green Blue C M Y K H S L
Decimal 91 18 77 0 0.80 0.15 0.64 311.51 0.67 0.21
Hex 5B 12 4D 0 50 F 40 138 43 15
Octal 133 22 115 0 120 17 100 470 103 25
Binary 1011011 10010 1001101 0 1010000 1111 1000000 100111000 1000011 10101

Color Harmonies of #5B124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B124D

Black with #5B124D

Text Example


Text Example

White with #5B124D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,18,77); }

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

background-color css

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

 a { background-color: rgb(91,18,77); }

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

border-color css

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

 span { border-color: rgb(91,18,77); }

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