Html Css Color HEX #500040 Tyrian Purple

📋 copy color: '#500040'

red 80 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #500040

Tints of Tyrian Purple #500040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 44.44%

R = 55.56%
G = 0%
B = 44.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#500040 (or 0x500040) is known color: Tyrian Purple. HEX triplet: 50, 00 and 40. RGB value is (80,0,64). Sum of RGB (Red+Green+Blue) = 80+0+64=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #500040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500040 is #AFFFBF. Grayscale: #1F1F1F. Windows color (decimal): -11534272 or 4194384. OLE color: 4194384.

HSL color Cylindrical-coordinate representation of color #500040: hue angle of 312º 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 #500040 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 0 64 -
CMYK 0 1 0.20 0.69
HSL 312º 1% 0.16% -
HSV(B) 312º 1% 0.31% -
XYZ 4.23 2.08 5.03 -
YUV 31.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 80 0 64 0 1 0.20 0.69 312 1 0.16
Hex 50 0 40 0 64 14 45 138 64 10
Octal 120 0 100 0 144 24 105 470 144 20
Binary 1010000 0 1000000 0 1100100 10100 1000101 100111000 1100100 10000

Color Harmonies of #500040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500040

Black with #500040

Text Example


Text Example

White with #500040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500040; }

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

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

background-color css

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

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

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

border-color css

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

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

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