Html Css Color HEX #500050 Tyrian Purple

📋 copy color: '#500050'

red 80 ◦ green 0 ◦ blue 80

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

Shades of Tyrian Purple #500050

Tints of Tyrian Purple #500050

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#500050 (or 0x500050) is known color: Tyrian Purple. HEX triplet: 50, 00 and 50. RGB value is (80,0,80). Sum of RGB (Red+Green+Blue) = 80+0+80=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #500050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500050 is #AFFFAF. Grayscale: #202020. Windows color (decimal): -11534256 or 5242960. OLE color: 5242960.

HSL color Cylindrical-coordinate representation of color #500050: hue angle of 300º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500050 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 0 80 -
CMYK 0 1 0 0.69
HSL 300º 1% 0.16% -
HSV(B) 300º 1% 0.31% -
XYZ 4.76 2.28 7.78 -
YUV 33.04 154.5 161.5 -
System Red Green Blue C M Y K H S L
Decimal 80 0 80 0 1 0 0.69 300 1 0.16
Hex 50 0 50 0 64 0 45 12C 64 10
Octal 120 0 120 0 144 0 105 454 144 20
Binary 1010000 0 1010000 0 1100100 0 1000101 100101100 1100100 10000

Color Harmonies of #500050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500050

Black with #500050

Text Example


Text Example

White with #500050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500050; }

 p { color: rgb(80,0,80); }

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

background-color css

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

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

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

border-color css

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

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

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