Html Css Color HEX #500649 Tyrian Purple

📋 copy color: '#500649'

red 80 ◦ green 6 ◦ blue 73

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

Shades of Tyrian Purple #500649

Tints of Tyrian Purple #500649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.77%

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

R = 50.31%
G = 3.77%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#500649 (or 0x500649) is known color: Tyrian Purple. HEX triplet: 50, 06 and 49. RGB value is (80,6,73). Sum of RGB (Red+Green+Blue) = 80+6+73=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #500649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500649 is #AFF9B6. Grayscale: #232323. Windows color (decimal): -11532727 or 4785744. OLE color: 4785744.

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

Color convert

RGB 80 6 73 -
CMYK 0 0.92 0.09 0.69
HSL 305.68º 0.86% 0.17% -
HSV(B) 305.68º 0.93% 0.31% -
XYZ 4.58 2.32 6.51 -
YUV 35.76 149.02 159.55 -
System Red Green Blue C M Y K H S L
Decimal 80 6 73 0 0.92 0.09 0.69 305.68 0.86 0.17
Hex 50 6 49 0 5C 9 45 132 56 11
Octal 120 6 111 0 134 11 105 462 126 21
Binary 1010000 110 1001001 0 1011100 1001 1000101 100110010 1010110 10001

Color Harmonies of #500649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500649

Black with #500649

Text Example


Text Example

White with #500649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500649; }

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

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

background-color css

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

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

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

border-color css

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

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

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