Html Css Color HEX #5E0B51 Tyrian Purple

📋 copy color: '#5E0B51'

red 94 ◦ green 11 ◦ blue 81

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

Shades of Tyrian Purple #5E0B51

Tints of Tyrian Purple #5E0B51

RGB

 RED value IS 94 (37.11% from 255) = 50.54%

 GREEN value IS 11 (4.69% from 255) = 5.91%

 BLUE value IS 81 (32.03% from 255) = 43.55%

R = 50.54%
G = 5.91%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.63

RGB Variations

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

Color information

#5E0B51 (or 0x5E0B51) is known color: Tyrian Purple. HEX triplet: 5E, 0B and 51. RGB value is (94,11,81). Sum of RGB (Red+Green+Blue) = 94+11+81=186 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.54% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0B51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0B51 is #A1F4AE. Grayscale: #2B2B2B. Windows color (decimal): -10613935 or 5311326. OLE color: 5311326.

HSL color Cylindrical-coordinate representation of color #5E0B51: hue angle of 309.4º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E0B51 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 11 81 -
CMYK 0 0.88 0.14 0.63
HSL 309.4º 0.79% 0.21% -
HSV(B) 309.4º 0.88% 0.37% -
XYZ 6.22 3.21 8.08 -
YUV 43.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 94 11 81 0 0.88 0.14 0.63 309.4 0.79 0.21
Hex 5E B 51 0 58 E 3F 135 4F 15
Octal 136 13 121 0 130 16 77 465 117 25
Binary 1011110 1011 1010001 0 1011000 1110 111111 100110101 1001111 10101

Color Harmonies of #5E0B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0B51

Black with #5E0B51

Text Example


Text Example

White with #5E0B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,11,81); }

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

background-color css

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

 a { background-color: rgb(94,11,81); }

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

border-color css

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

 span { border-color: rgb(94,11,81); }

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