Html Css Color HEX #500647 Tyrian Purple

📋 copy color: '#500647'

red 80 ◦ green 6 ◦ blue 71

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

Shades of Tyrian Purple #500647

Tints of Tyrian Purple #500647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 45.22%

R = 50.96%
G = 3.82%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#500647 (or 0x500647) is known color: Tyrian Purple. HEX triplet: 50, 06 and 47. RGB value is (80,6,71). Sum of RGB (Red+Green+Blue) = 80+6+71=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #500647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500647 is #AFF9B8. Grayscale: #232323. Windows color (decimal): -11532729 or 4654672. OLE color: 4654672.

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

Color convert

RGB 80 6 71 -
CMYK 0 0.92 0.11 0.69
HSL 307.3º 0.86% 0.17% -
HSV(B) 307.3º 0.93% 0.31% -
XYZ 4.51 2.29 6.17 -
YUV 35.54 148.02 159.71 -
System Red Green Blue C M Y K H S L
Decimal 80 6 71 0 0.92 0.11 0.69 307.3 0.86 0.17
Hex 50 6 47 0 5C B 45 133 56 11
Octal 120 6 107 0 134 13 105 463 126 21
Binary 1010000 110 1000111 0 1011100 1011 1000101 100110011 1010110 10001

Color Harmonies of #500647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500647

Black with #500647

Text Example


Text Example

White with #500647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500647; }

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

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

background-color css

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

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

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

border-color css

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

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

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