Html Css Color HEX #500B49 Tyrian Purple

📋 copy color: '#500B49'

red 80 ◦ green 11 ◦ blue 73

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

Shades of Tyrian Purple #500B49

Tints of Tyrian Purple #500B49

RGB

 RED value IS 80 (31.64% from 255) = 48.78%

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

 BLUE value IS 73 (28.91% from 255) = 44.51%

R = 48.78%
G = 6.71%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#500B49 (or 0x500B49) is known color: Tyrian Purple. HEX triplet: 50, 0B and 49. RGB value is (80,11,73). Sum of RGB (Red+Green+Blue) = 80+11+73=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #500B49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500B49 is #AFF4B6. Grayscale: #262626. Windows color (decimal): -11531447 or 4787024. OLE color: 4787024.

HSL color Cylindrical-coordinate representation of color #500B49: hue angle of 306.09º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #500B49 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 11 73 -
CMYK 0 0.86 0.09 0.69
HSL 306.09º 0.76% 0.18% -
HSV(B) 306.09º 0.86% 0.31% -
XYZ 4.63 2.43 6.53 -
YUV 38.7 147.36 157.46 -
System Red Green Blue C M Y K H S L
Decimal 80 11 73 0 0.86 0.09 0.69 306.09 0.76 0.18
Hex 50 B 49 0 56 9 45 132 4C 12
Octal 120 13 111 0 126 11 105 462 114 22
Binary 1010000 1011 1001001 0 1010110 1001 1000101 100110010 1001100 10010

Color Harmonies of #500B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500B49

Black with #500B49

Text Example


Text Example

White with #500B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500B49; }

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

 H1.HeaderClassName
 {
   color: #500B49;
 }
 .AnyTagClassName
 {
   color: #500B49;
 }
</style>

background-color css

<style>
 a { background-color: #500B49; }

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

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

border-color css

<style>
 span { border-color: #500B49; }

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

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