Html Css Color HEX #500849 Tyrian Purple

📋 copy color: '#500849'

red 80 ◦ green 8 ◦ blue 73

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

Shades of Tyrian Purple #500849

Tints of Tyrian Purple #500849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.97%

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

R = 49.69%
G = 4.97%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#500849 (or 0x500849) is known color: Tyrian Purple. HEX triplet: 50, 08 and 49. RGB value is (80,8,73). Sum of RGB (Red+Green+Blue) = 80+8+73=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #500849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500849 is #AFF7B6. Grayscale: #242424. Windows color (decimal): -11532215 or 4786256. OLE color: 4786256.

HSL color Cylindrical-coordinate representation of color #500849: hue angle of 305.83º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500849 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 8 73 -
CMYK 0 0.90 0.09 0.69
HSL 305.83º 0.82% 0.17% -
HSV(B) 305.83º 0.9% 0.31% -
XYZ 4.6 2.36 6.52 -
YUV 36.94 148.35 158.71 -
System Red Green Blue C M Y K H S L
Decimal 80 8 73 0 0.90 0.09 0.69 305.83 0.82 0.17
Hex 50 8 49 0 5A 9 45 132 52 11
Octal 120 10 111 0 132 11 105 462 122 21
Binary 1010000 1000 1001001 0 1011010 1001 1000101 100110010 1010010 10001

Color Harmonies of #500849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500849

Black with #500849

Text Example


Text Example

White with #500849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500849; }

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

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

background-color css

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

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

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

border-color css

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

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

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