Html Css Color HEX #500140 Tyrian Purple

📋 copy color: '#500140'

red 80 ◦ green 1 ◦ blue 64

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

Shades of Tyrian Purple #500140

Tints of Tyrian Purple #500140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

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

R = 55.17%
G = 0.69%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#500140 (or 0x500140) is known color: Tyrian Purple. HEX triplet: 50, 01 and 40. RGB value is (80,1,64). Sum of RGB (Red+Green+Blue) = 80+1+64=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #500140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500140 is #AFFEBF. Grayscale: #1F1F1F. Windows color (decimal): -11534016 or 4194640. OLE color: 4194640.

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

Color convert

RGB 80 1 64 -
CMYK 0 0.99 0.20 0.69
HSL 312.15º 0.98% 0.16% -
HSV(B) 312.15º 0.99% 0.31% -
XYZ 4.24 2.1 5.03 -
YUV 31.8 146.17 162.38 -
System Red Green Blue C M Y K H S L
Decimal 80 1 64 0 0.99 0.20 0.69 312.15 0.98 0.16
Hex 50 1 40 0 63 14 45 138 62 10
Octal 120 1 100 0 143 24 105 470 142 20
Binary 1010000 1 1000000 0 1100011 10100 1000101 100111000 1100010 10000

Color Harmonies of #500140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500140

Black with #500140

Text Example


Text Example

White with #500140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500140; }

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

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

background-color css

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

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

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

border-color css

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

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

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