Html Css Color HEX #500640 Tyrian Purple

📋 copy color: '#500640'

red 80 ◦ green 6 ◦ blue 64

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

Shades of Tyrian Purple #500640

Tints of Tyrian Purple #500640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4%

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

R = 53.33%
G = 4%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#500640 (or 0x500640) is known color: Tyrian Purple. HEX triplet: 50, 06 and 40. RGB value is (80,6,64). Sum of RGB (Red+Green+Blue) = 80+6+64=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #500640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500640 is #AFF9BF. Grayscale: #222222. Windows color (decimal): -11532736 or 4195920. OLE color: 4195920.

HSL color Cylindrical-coordinate representation of color #500640: hue angle of 312.97º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500640 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 6 64 -
CMYK 0 0.92 0.20 0.69
HSL 312.97º 0.86% 0.17% -
HSV(B) 312.97º 0.93% 0.31% -
XYZ 4.3 2.21 5.05 -
YUV 34.74 144.52 160.28 -
System Red Green Blue C M Y K H S L
Decimal 80 6 64 0 0.92 0.20 0.69 312.97 0.86 0.17
Hex 50 6 40 0 5C 14 45 139 56 11
Octal 120 6 100 0 134 24 105 471 126 21
Binary 1010000 110 1000000 0 1011100 10100 1000101 100111001 1010110 10001

Color Harmonies of #500640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500640

Black with #500640

Text Example


Text Example

White with #500640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500640; }

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

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

background-color css

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

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

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

border-color css

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

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

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