Html Css Color HEX #5E0B50 Tyrian Purple

📋 copy color: '#5E0B50'

red 94 ◦ green 11 ◦ blue 80

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

Shades of Tyrian Purple #5E0B50

Tints of Tyrian Purple #5E0B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 43.24%

R = 50.81%
G = 5.95%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.63

RGB Variations

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

Color information

#5E0B50 (or 0x5E0B50) is known color: Tyrian Purple. HEX triplet: 5E, 0B and 50. RGB value is (94,11,80). Sum of RGB (Red+Green+Blue) = 94+11+80=185 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.81% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0B50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0B50 is #A1F4AF. Grayscale: #2B2B2B. Windows color (decimal): -10613936 or 5245790. OLE color: 5245790.

HSL color Cylindrical-coordinate representation of color #5E0B50: hue angle of 310.12º 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 #5E0B50 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 11 80 -
CMYK 0 0.88 0.15 0.63
HSL 310.12º 0.79% 0.21% -
HSV(B) 310.12º 0.88% 0.37% -
XYZ 6.18 3.2 7.88 -
YUV 43.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 94 11 80 0 0.88 0.15 0.63 310.12 0.79 0.21
Hex 5E B 50 0 58 F 3F 136 4F 15
Octal 136 13 120 0 130 17 77 466 117 25
Binary 1011110 1011 1010000 0 1011000 1111 111111 100110110 1001111 10101

Color Harmonies of #5E0B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0B50

Black with #5E0B50

Text Example


Text Example

White with #5E0B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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