Html Css Color HEX #500840 Tyrian Purple

📋 copy color: '#500840'

red 80 ◦ green 8 ◦ blue 64

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

Shades of Tyrian Purple #500840

Tints of Tyrian Purple #500840

RGB

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

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

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

R = 52.63%
G = 5.26%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#500840 (or 0x500840) is known color: Tyrian Purple. HEX triplet: 50, 08 and 40. RGB value is (80,8,64). Sum of RGB (Red+Green+Blue) = 80+8+64=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #500840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500840 is #AFF7BF. Grayscale: #232323. Windows color (decimal): -11532224 or 4196432. OLE color: 4196432.

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

Color convert

RGB 80 8 64 -
CMYK 0 0.90 0.20 0.69
HSL 313.33º 0.82% 0.17% -
HSV(B) 313.33º 0.9% 0.31% -
XYZ 4.32 2.25 5.06 -
YUV 35.91 143.85 159.45 -
System Red Green Blue C M Y K H S L
Decimal 80 8 64 0 0.90 0.20 0.69 313.33 0.82 0.17
Hex 50 8 40 0 5A 14 45 139 52 11
Octal 120 10 100 0 132 24 105 471 122 21
Binary 1010000 1000 1000000 0 1011010 10100 1000101 100111001 1010010 10001

Color Harmonies of #500840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500840

Black with #500840

Text Example


Text Example

White with #500840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500840; }

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

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

background-color css

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

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

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

border-color css

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

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

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