Html Css Color HEX #500646 Tyrian Purple

📋 copy color: '#500646'

red 80 ◦ green 6 ◦ blue 70

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

Shades of Tyrian Purple #500646

Tints of Tyrian Purple #500646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 44.87%

R = 51.28%
G = 3.85%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#500646 (or 0x500646) is known color: Tyrian Purple. HEX triplet: 50, 06 and 46. RGB value is (80,6,70). Sum of RGB (Red+Green+Blue) = 80+6+70=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #500646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500646 is #AFF9B9. Grayscale: #232323. Windows color (decimal): -11532730 or 4589136. OLE color: 4589136.

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

Color convert

RGB 80 6 70 -
CMYK 0 0.92 0.12 0.69
HSL 308.11º 0.86% 0.17% -
HSV(B) 308.11º 0.93% 0.31% -
XYZ 4.48 2.28 6 -
YUV 35.42 147.52 159.8 -
System Red Green Blue C M Y K H S L
Decimal 80 6 70 0 0.92 0.12 0.69 308.11 0.86 0.17
Hex 50 6 46 0 5C C 45 134 56 11
Octal 120 6 106 0 134 14 105 464 126 21
Binary 1010000 110 1000110 0 1011100 1100 1000101 100110100 1010110 10001

Color Harmonies of #500646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500646

Black with #500646

Text Example


Text Example

White with #500646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500646; }

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

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

background-color css

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

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

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

border-color css

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

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

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