Html Css Color HEX #500C49 Tyrian Purple

📋 copy color: '#500C49'

red 80 ◦ green 12 ◦ blue 73

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

Shades of Tyrian Purple #500C49

Tints of Tyrian Purple #500C49

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.27%

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

R = 48.48%
G = 7.27%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#500C49 (or 0x500C49) is known color: Tyrian Purple. HEX triplet: 50, 0C and 49. RGB value is (80,12,73). Sum of RGB (Red+Green+Blue) = 80+12+73=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #500C49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500C49 is #AFF3B6. Grayscale: #272727. Windows color (decimal): -11531191 or 4787280. OLE color: 4787280.

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

Color convert

RGB 80 12 73 -
CMYK 0 0.85 0.09 0.69
HSL 306.18º 0.74% 0.18% -
HSV(B) 306.18º 0.85% 0.31% -
XYZ 4.64 2.45 6.53 -
YUV 39.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 80 12 73 0 0.85 0.09 0.69 306.18 0.74 0.18
Hex 50 C 49 0 55 9 45 132 4A 12
Octal 120 14 111 0 125 11 105 462 112 22
Binary 1010000 1100 1001001 0 1010101 1001 1000101 100110010 1001010 10010

Color Harmonies of #500C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500C49

Black with #500C49

Text Example


Text Example

White with #500C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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