Html Css Color HEX #500641 Tyrian Purple

📋 copy color: '#500641'

red 80 ◦ green 6 ◦ blue 65

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

Shades of Tyrian Purple #500641

Tints of Tyrian Purple #500641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 43.05%

R = 52.98%
G = 3.97%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#500641 (or 0x500641) is known color: Tyrian Purple. HEX triplet: 50, 06 and 41. RGB value is (80,6,65). Sum of RGB (Red+Green+Blue) = 80+6+65=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #500641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500641 is #AFF9BE. Grayscale: #222222. Windows color (decimal): -11532735 or 4261456. OLE color: 4261456.

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

Color convert

RGB 80 6 65 -
CMYK 0 0.92 0.19 0.69
HSL 312.16º 0.86% 0.17% -
HSV(B) 312.16º 0.93% 0.31% -
XYZ 4.33 2.22 5.2 -
YUV 34.85 145.02 160.2 -
System Red Green Blue C M Y K H S L
Decimal 80 6 65 0 0.92 0.19 0.69 312.16 0.86 0.17
Hex 50 6 41 0 5C 13 45 138 56 11
Octal 120 6 101 0 134 23 105 470 126 21
Binary 1010000 110 1000001 0 1011100 10011 1000101 100111000 1010110 10001

Color Harmonies of #500641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500641

Black with #500641

Text Example


Text Example

White with #500641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500641; }

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

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

background-color css

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

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

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

border-color css

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

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

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